国产乱子伦精品视频潮,日本丰满少妇bbb,妇乱子伦毛片视频,久久AV无码乱码A片无码天美,人妻丁字裤流出白浆

跳到主要內容

基準測試

測試工具?

Sysbench 是一款多線程性(xing)能測(ce)試(shi)工具,可以(yi)模(mo)擬用戶使用場景進行性(xing)能測(ce)試(shi),可以(yi)通過配(pei)置數據連接(jie)(jie)直接(jie)(jie)測(ce)試(shi)包裝在云服務后端(duan)的數據庫性(xing)能,測(ce)試(shi)版(ban)本號為0.4。

TPC-C是專門針(zhen)對 OLTP 系統(tong)的基準測試(shi)規范,是行業中公認的權威和最為復雜的在線(xian)事(shi)務處(chu)理基準測試(shi),工具(ju)鏈接(jie):

測試方法?

所有數據庫均配置為 每次事務落盤

innodb_flush_log_at_trx_commit = 1

sync_binlog = 1

autocommit = 1

performance_schmea = True


使用 32線程 100W數據

sysbench --test=oltp --mysql-table-engine=innodb --mysql-host=xxx --mysql-db=test --oltp-table-size=1000000 --mysql-user=xxx --mysql-password=xxx prepare

sysbench --num-threads=32 --test=oltp --mysql-table-engine=innodb --mysql-host=xxx --mysql-db=test --oltp-table-size=1000000 --mysql-user=xxx --mysql-password=xxx run

sysbench --num-threads=32 --test=oltp --mysql-table-engine=innodb --mysql-host=xxx --mysql-db=test --oltp-table-size=1000000 --mysql-user=xxx --mysql-password=xxx cleanup

tpc-c:50個(ge)數據倉庫;暖(nuan)機5分鐘(zhong);運行30分

./tpcc_start -h xxx -d tpcc -u xxx -p xxx -w 50 -c

測試結果?

云數據庫RDS采用全SSD存儲,保證了高性能的TPS/QPS,更加適應聯機(ji)事(shi)務(wu)處理(OLTP,Online Transaction Processing)業務(wu)。

產品型號CPU(核)內存(GB)最大連接數IOPSTPSQPS
基礎型1240010003206400
標準型24800200068013500
企業型4816005000100019200
計算型81632008000150028200

計算型TPC-C測試結果約 7000 TpmC