MySQL Partitioning: Performance increase For multiple partitioned tables. Why?
问题 I have implemented a benchmark which tests the permanence of reads and writes on 10 different tables. I have 10 java threads , each performs queries on its table only: Threads 1 performs operations on Table1, Threads 2 performs operations on Table2, I have compered the performance of running those threads in parallel executing multiple reads on non partitioned Table[1-10], vs the performance of the same benchmark while partitioning each TableX to 9 equal partitions (each represents a week of