-
pt-duplicate-key-checker查看全部
-
找重复索引的语句查看全部
-
count(*) 和count(id)的区别。null查看全部
-
关注的SQL查看全部
-
pt-query-digest使用方式查看全部
-
mysqldumpslow自带的查询工具: Count: 1 Time=10.47s (10s) Lock=0.00s (0s) Rows=0.0 (0), zabbix[zabbix]@[127.0.0.1] COMMIT查看全部
-
slow log内容查看全部
-
>show variables like 'slow_query_log';<br> >show variables like 'log_queries_not_using_indexes';<br> >show variables like 'long_query_time'; l>show variables like 'slow_query_log_file';查看全部
-
演示数据库安装链接 http://downloads.mysql.com/docs/sakila-db.zip http://dev.mysql.com/doc/index-other.html http://dev.mysql.com/doc/sakila/en/sakila-installation.html查看全部
-
优化层次(效果VS成本)查看全部
-
慢查询查看全部
-
数据库优化目的查看全部
-
SELECT engine,ROUND(SUM(data_length+index_length)/1024/2014,1) AS "Total MB" FROM INFORMATION_SCHEMA.TABLES WHERE table_schema not in ("information_schema","performance_schema") GROUP BY ENGINE;查看全部
-
一些关于数据表字段类型使用上的经验查看全部
-
离散度,我的理解就是唯一性了,比如主键,绝对是离散度最大的,而一些用来标识状态标识的列,基本只有几个可选项,离散度就很小查看全部
举报
0/150
提交
取消