码迷,mamicode.com
首页 >  
搜索关键字:explain    ( 1254个结果
MySQL 联合索引测试3
接上一篇文章:http://www.cnblogs.com/xiaoit/p/4430387.html有时候会出现某字段建立一个索引,但是查看执行计划的时候发现还是全扫了表?可以强制走下索引看看扫描了多少数据量:EXPLAIN SELECT * FROM tab_index force index(...
分类:数据库   时间:2015-04-15 23:01:59    阅读次数:161
voa 2015 / 4 / 15
illustrated- v.to explain or decorate a story, book, etc., with picturespediatrician– n.a doctor who treats babies and childrenawesome- adj.informalex...
分类:其他好文   时间:2015-04-15 22:43:38    阅读次数:123
MySQL慢查询详解
分析MySQL语句查询性能的方法除了使用 EXPLAIN 输出执行计划,还可以让MySQL记录下查询超过指定时间的语句,我们将超过指定时间的SQL语句查询称为“慢查询”。查看/设置“慢查询”的时间定义mysql> show variables like "long%";+--------------...
分类:数据库   时间:2015-04-11 14:38:05    阅读次数:193
数据库调优教程(四)Explain性能分析命令
Explain性能分析命令...
分类:数据库   时间:2015-04-11 11:51:07    阅读次数:181
Build Qt 4.8 in windows by VS2005
In this article, I will explain how to build Qt 4.8 in windows by VS 2005. I take Qt 4.8.6 as the building target. Step 0, Download the Qt 4.8.6, and uncompress the package. For me, the source co...
分类:Windows程序   时间:2015-04-10 07:05:10    阅读次数:285
[译]MongoDB 3.0发布说明
原文来自:http://docs.mongodb.org/manual/release-notes/3.0/2015年3月3日MongoDB 3.0现已可供使用。关键新特性包括支持WiredTiger存储引擎,插件化存储引擎API,SCRAM-SHA-1身份验证机制,以及改进的explain功能。M...
分类:数据库   时间:2015-04-09 15:06:57    阅读次数:255
What Microsoft Is this the Altair Basic o
February 2015One of the most valuable exercises you can try if you want to understand startups is to look at the most successful companies and explain...
分类:其他好文   时间:2015-04-08 06:25:25    阅读次数:214
数据库调优教程(四)Explain性能分析命令
在发现慢查询后,要怎样才能知道语句的问题发生在哪里。本章将介绍怎样使用Mysql提供的数据库性能分析命令,对sql语句进行分析。...
分类:数据库   时间:2015-04-07 17:48:31    阅读次数:166
mysql慢查询日志进行按库切割重写文件然后分析
需求:把每天的慢查询日志进行按库切割对每个库的慢查询日志进行分析思路:工具/功能一般统计信息高级统计信息脚本优势mysqldumpslow支持不支持perlmysql官方自带mysqlsla支持支持perl功能强大,数据报表齐全,定制化能力强.mysql-explain-slow-log支持不支持perl无mysql-log-fil..
分类:数据库   时间:2015-04-03 15:38:18    阅读次数:288
Explain about What is User Exits and Customer Exits?
In computer software, a user exit is a place in a software program where a customer can arrange for their own tailor-made program to be called. In the...
分类:其他好文   时间:2015-03-31 19:53:54    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!