Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  Disadvantages of Creating Many Tables in the Same Database

10.4.3.2 创建同一个数据库中的多个表的缺点

如果您在同一个目录下有很多MyISAM表,打开、关闭和创建操作都很慢。如果您对多个不同的表执行SELECT语句,当表缓存满时,每个需要打开的表都要关闭,会有一点儿开销。您可以通过增加表缓存中的条目数来减少这个开销。