学习mysql manual5.0 Chapter 7. Optimization
时间:2010-05-15 来源:bellcat2008
1.system bottlenecks系统可能的瓶颈
1.1.Disk seeks磁盘搜索时间,优化查询的一个办法是将数据放到不同的磁盘。
1.2 Disk reading and writing
1.3 CPU cycles
1.4 Memory bandwidth
2.Myisam可能的问题是,它是锁表的,The biggest problem with this storage engine occurs when you have a steady stream of mixed updates and slow selects on a single table
3.Mysql的crash-me可以测量mysql和其他数据库的兼容性。The programs can be found in the sql-bench directory of MySQL source distributions。
1.1.Disk seeks磁盘搜索时间,优化查询的一个办法是将数据放到不同的磁盘。
1.2 Disk reading and writing
1.3 CPU cycles
1.4 Memory bandwidth
2.Myisam可能的问题是,它是锁表的,The biggest problem with this storage engine occurs when you have a steady stream of mixed updates and slow selects on a single table
3.Mysql的crash-me可以测量mysql和其他数据库的兼容性。The programs can be found in the sql-bench directory of MySQL source distributions。
相关阅读 更多 +
- 系统休眠文件删除后果 如何删除计算机的休眠文件 2025-04-22
- 站群服务器是什么意思 站群服务器的作用 站群服务器和普通服务器的区别 2025-04-22
- jQuery插件有何作用 jQuery插件的使用方法 2025-04-22
- jQuery插件有哪些种类 简单的jQuery插件实例 2025-04-22
-