MySQL RANGE Partition When partition doesn’t help It’s tempting to believe that partition will solve performance problems. But it is so often wrong. Partitioning splits up one table into several smaller tables. But table size is rarely a performance issue. Instead, I/O time and indexes are the issues. What is Partitioning? Partitioning is a physical …