MySQL throughput

MySQL throughput of QPS or TPS related to many factors, such as CPU, memory and hard disk drives.

"High Performance MySQL" third edition section 1.5 of the various versions of MySQL has been tested with the following results.

Testing Machine

Cisco UCSC250 test machine
memory 384GB
storage engine InnoDB
test data sets 2.5GB
MySQL's buffer pool is set to 4GB


From the above data, the maximum QPS less than 8,000.
For inserts and updates throughput can speculate about it is close to this figure.

Online search for other test data, QPS is about 7,000.

Reference
"High Performance MySQL" 3rd Edition

https://www.cnblogs.com/springsource/p/5961048.html

http://yansu.org/2014/04/16/insert-large-number-of-data-in-mysql.html 

Published 903 original articles · won praise 387 · Views 2.8 million +

Guess you like

Origin blog.csdn.net/kingmax54212008/article/details/104104601
Recommended