码迷,mamicode.com
首页 >  
搜索关键字:explain    ( 1254个结果
JavaScript :memory leak [转]
Memory leak patterns in JavaScript Handling circular references in JavaScript applications Abhijeet Bhattacharya and Kiran Shivarama SundarPublished o ...
分类:编程语言   时间:2017-01-11 12:50:36    阅读次数:199
MySQL 执行计划explain详解
MySQL 执行计划explain详解 2015-08-10 13:56:27 分类: MySQL explain命令是查看查询优化器如何决定执行查询的主要方法。这个功能有局限性,并不总会说出真相,但它的输出是可以获取的最好信息,值得花时间去了解,因为可以学习到查询是如何执行的。调用EXPLAIN在 ...
分类:数据库   时间:2017-01-09 10:59:37    阅读次数:303
MySQL Explain 结果解读与实践
Explain 结果解读与实践 基于 MySQL 5.0.67 ,存储引擎 MyISAM 。 注:单独一行的"%%"及"`"表示分隔内容,就象分开“第一章”“第二章”。 explain 可以分析 select 语句的执行,即 MySQL 的“执行计划”: mysql> explain select ...
分类:数据库   时间:2017-01-09 10:51:19    阅读次数:201
db2 常用命令
db2osconf 检查系统内核参数 db2pd 监控检查数据库工具,可以检查数据库的许多信息(锁、交易、表空间、 SQL等) db2expln 查看程序包的执行计划 db2exfmt 格式化explain的输出 dynexpln 分析动态SQL执行计划 runstat 更新统计销售 reorg 重 ...
分类:数据库   时间:2017-01-06 12:39:40    阅读次数:192
MySQL 5.6.3
SHOW VARIABLES LIKE '%version%'; https://dev.mysql.com/doc/refman/5.6/en/explain.html As of MySQL 5.6.3, permitted explainable statements for EXPLAIN  ...
分类:数据库   时间:2016-12-29 07:06:58    阅读次数:183
What is the difference between routine , method , procedure , function ? please explain it with example?
a method is named and attached to an object. so, for example, a method is like a function but is contained inside a class. its scope is limited to tha ...
分类:其他好文   时间:2016-12-27 07:29:12    阅读次数:141
Oracle SQL explain/execution Plan
From http://blog.csdn.net/wujiandao/article/details/6621073 1. Four ways to get execution plan(anytime you want, for specified sql) ? Execute the SQL ...
分类:数据库   时间:2016-12-26 16:37:17    阅读次数:242
boolean attribute(布尔值属性) attribute vs property
boolean attribute(布尔值属性) boolean attribute HTML - Why boolean attributes do not have boolean value? Boolean HTML Attributes HTML Boolean Attributes A ...
分类:其他好文   时间:2016-12-25 14:06:04    阅读次数:210
Mysql Explain 详解
一.语法explain 例如: explain select * from t3 where id=3952602;二.explain输出解释+----+-------------+-------+-------+-------------------+---------+---------+---... ...
分类:数据库   时间:2016-12-24 22:53:29    阅读次数:271
2016.12.08
explain分析索引SQL语句队列解决抢购商品问题(队列满就通知用户,商品已抢完)redis数据转存到硬盘配置 有三种方式:隔多少时间存储、多少次请求存储、每次都存储Redis的数据回写机制分同步和异步两种,同步回写即SAVE命令,主进程直接向磁盘回写数据。在数据大的情况下会导致系统假死很长时间,... ...
分类:其他好文   时间:2016-12-24 22:29:46    阅读次数:192
1254条   上一页 1 ... 78 79 80 81 82 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!