Mysql优化 博客分类: Mysql
程序员文章站
2024-03-19 12:38:22
...
目录
一、优化概述
二、查询与索引优化分析
1. 性能瓶颈定位
Show命令
慢查询日志
explain分析查询
profiling分析查询
2. 索引及查询优化
三、配置优化
1) max_connections
2) back_log
3) interactive_timeout
4) key_buffer_size
5) query_cache_size
6) record_buffer_size
7) read_rnd_buffer_size
8) sort_buffer_size
9) join_buffer_size
10) table_cache
11) max_heap_table_size
12) tmp_table_size
13) thread_cache_size
14) thread_concurrency
15) wait_timeout
一、 优化概述
测试完毕以后 ,关闭参数:mysql> set profiling=0