In my previous post I started out by setting up MySQL 5.1.12 on a
box in order to test the performance of the new partitioning
option. During testing, I noted that I did not see any noticeable
performance improvements from using partitioning. So I spent some
time Saturday and Sunday (I guess I don't have anything else
better to do!) to build the testing environment and perform the
tests. So I was wrong, but only slightly. Partitioning does show
better performance than standard tables, but not by as much as
you would think. But, wait, there is light at the end of the
tunnel (as well as a WTF). The numbers...
| Table Type | Elapsed Time |
|---|---|
| Normal | 7 minutes, 41 seconds |
| Partitioned | 5 minutes, 51 seconds |
By partitioning, …