As continuation of my CPU benchmarks it is interesting to see what
is scalability limitation in MySQL 5.6.2, and I am going to check
that using PERFORMANCE SCHEMA, but before that let’s estimate
what is potential overhead of using PERFORMANCE SCHEMA. So I am
going to run the same benchmarks (sysbench read-only and
read-write) as in previous post with different performance schema
options and compare results.
I am going to use Cisco UCS C250
with next settings:
- PERFORMANCE SCHEMA disabled (NO PS)
- PERFORMANCE SCHMEA enabled, with all consumers ON (PS on)
- PERFORMANCE SCHMEA enabled, but only global_instrumentation consumer enabled. It allows to gather table …