Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用软件。对于 db,我使用的是 Mysql。有些表有大量数据。表显示超载。那个时候从 Mysqloptimize table 选项我正在优化表。
optimize table
但我想知道 - 是否有任何 mysql 查询可以通过我的代码优化完整数据库....
我认为您需要阅读以下有关如何优化数据库和表维护的文章
http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html