Introduction
When people think about Percona’s microslow patch immediately a
question arises how much logging impacts on performance. When we
do performance audit often we log every query to find not only
slow queries. A query may take less than a second to execute, but
a huge number of such queries may significantly load a server. On
one hand logging causes sequential writes which can’t impair
performance much, on other hand when every query is logged there
is a plenty of write operations and obviously performance
suffers. Let’s investigate how much.
I took DBT2, an OSDL’s implementation of TPC-C.
Hardware used
The benchmark was run on a DELL server running CentOS release 4.7
(Final)
There are four CPUs Intel(R) Xeon(R) CPU 5150 @ …