InnoDB benchmarks
There was several changes in InnoDB to fix scalabilty problems, so I ran benchmark to check
new results and also compare overall performance of InnoDB in 5.0 and 5.1 before and after fixes.
Problems in InnoDB that were fixed:
Thread trashing issues with count of theads 100+. In this case
performance of InnoDB degraded dramatically. The problem […]