Spec-Zone .ru
спецификации, руководства, описания, API

8.4.3. Optimizing for Many Tables

8.4.3.1. How MySQL Opens and Closes Tables
8.4.3.2. Disadvantages of Creating Many Tables in the Same Database
8.4.3.3. How MySQL Uses Internal Temporary Tables

Some techniques for keeping individual queries fast involve splitting data across many tables. When the number of tables runs into the thousands or even millions, the overhead of dealing with all these tables becomes a new performance consideration.