This article is following the MySQL 5.7 Performance series
started from 1.6M QPS details post
Let's focus now on the Sysbench "mixed" OLTP_RO workload (so, not
only Point-Selects, but all RO queries as it was initially
designed in OLTP_RO scenario in Sysbench), which is composed of :
- x10 point-selects
- x1 simple-ranges
- x1 order-ranges
- x1 sum-ranges
- x1 distinct-ranges
Note about test conditions :
- in this and in the previous article we're seeking for MySQL & InnoDB scalability limits ;-)
- so, yes, the client and server are running locally on the same host (we're not testing here network stuff vendors)
- the load is not IO-bound either, very quickly the whole …