This is the second part of the MySQL 5.6 Performance Notes started from here .
Now it's about performance results on a full dbSTRESS test workload scenarios..
Full Series of tests @dbSTRESS Test scenario :
- Workload: Read-Only, Read+Update, Read+Write (Writes=Delete, Insert, Update)
- Configurations: 16, 24, 32, 48 cores
- Concurrent users: 1, 2, 4, 8.. 1024 (4min on each step, growing load)
- Think time: 0 sec
-
Points of interest:
- identify current and potential contentions
- try to reduce contentions by limiting thread concurrency via CPU taskset (binding "mysqld" process to a fixed list of cores)
Read-Only :
- …