MySQL性能调优:最佳实践,FAQs,How-To,文章,博客
MySQL性能调优:最佳实践,FAQs,How-To,文章,博客:
Book: High Performance MySQL (2nd Edition)
http://www.highperfmysql.com/
MySQL Performance Tuning - Best Practices:
http://jpipes.com/presentations/perf_tuning_best_practices.pdf
MySQL Index Tuning and Coding Techniques for Optimal Performance:
http://jpipes.com/presentations/index_coding_optimization.pdf
Web Performance and Scalability with MySQL:
http://develooper.com/talks/
MySQL Server Variables
http://forge.mysql.com/wiki/ServerVariables
MySQL Server Variables - SQL layer or Storage Engine specific
http://www.mysqlperformanceblog.com/2006/06/08/mysql-server-variables-sql-layer-or-storage-engine-specific/
“Show profile” + “Information_schema.profiling”
http://blogs.mysql.com/peterg/2008/11/06/show-profile-information_schemaprofiling/
PeterZ presentations:
http://www.mysqlperformanceblog.com/mysql-performance-presentations/
Using MMM to ALTER huge tables
http://www.mysqlperformanceblog.com/2008/03/27/using-mmm-to-alter-huge-tables/
MySQL File System Fragmentation Benchmarks
http://www.mysqlperformanceblog.com/2008/03/21/mysql-file-system-fragmentation-benchmarks/
http://www.mysqlperformanceblog.com/2008/03/18/working-with-many-files-and-file-system-fragmentation/
Book: High Performance MySQL (2nd Edition)
http://www.highperfmysql.com/
MySQL Performance Tuning - Best Practices:
http://jpipes.com/presentations/perf_tuning_best_practices.pdf
MySQL Index Tuning and Coding Techniques for Optimal Performance:
http://jpipes.com/presentations/index_coding_optimization.pdf
Web Performance and Scalability with MySQL:
http://develooper.com/talks/
MySQL Server Variables
http://forge.mysql.com/wiki/ServerVariables
MySQL Server Variables - SQL layer or Storage Engine specific
http://www.mysqlperformanceblog.com/2006/06/08/mysql-server-variables-sql-layer-or-storage-engine-specific/
“Show profile” + “Information_schema.profiling”
http://blogs.mysql.com/peterg/2008/11/06/show-profile-information_schemaprofiling/
PeterZ presentations:
http://www.mysqlperformanceblog.com/mysql-performance-presentations/
Using MMM to ALTER huge tables
http://www.mysqlperformanceblog.com/2008/03/27/using-mmm-to-alter-huge-tables/
MySQL File System Fragmentation Benchmarks
http://www.mysqlperformanceblog.com/2008/03/21/mysql-file-system-fragmentation-benchmarks/
http://www.mysqlperformanceblog.com/2008/03/18/working-with-many-files-and-file-system-fragmentation/
数据库模型Schema设计的必要考虑
一个数据库的Schema模型设计影响它的可用性和性能,因此应该对设计一个符合用户需求的数据库及时地做一个初始的投资和研究。这里不是提供一个详细的数据库设计指南,只是说一说设计数据库模型应该考虑的一些观点。
- 一个良好设计的Schema模型应该做些什么考虑?
- 什么是事实表和维度表?