I was pretty busy last month with project which will be annonced
very soon (I hope), but I can't miss bug fix
of my favorite bug 15815. I wrote about this problem before and also investigated in
my presentation.
Finally bug fix was pushed into 5.0-bk tree and now I have it in
my hands.
Let me refresh results with MySQL 5.0.27 (without bugfix):
select sql_calc_found_rows * from b limit 5;
executes for 20 sec (table b contains ~2 mil rows)
the same query but in 4 concurrent threads:
98 sec
101 sec
103 sec
103 sec
(I am still using 4-CPU box and expecting the …
[Read more]