码迷,mamicode.com
首页 >  
搜索关键字:explain    ( 1254个结果
Pig系统分析(7)-Pig有用工具类
Explain Explain是Pig提供的调试工具,使用explain能够输出Pig Lation的运行计划。值得一提的是,explain支持-dot选项。将运行计划以DOT格式输出, (DOT是一种图形描写叙述语言,请參考http://zh.wikipedia.org/zh/DOT%E8%AF% ...
分类:其他好文   时间:2017-05-06 10:25:15    阅读次数:109
Oracle 左外连接的一些測试
为了更加深入左外连接,我们做一些測试,外连接的写法有几种形式,我们能够通过10053跟踪到终于SQL转换的形式。 --初始化数据 create table A ( id number, age number ); create table b ( id number, age number ); i ...
分类:数据库   时间:2017-05-04 12:44:22    阅读次数:271
论文笔记 Interpreting Black-Box Classifiers Using Instance-Level Visual Explanations
Subject: Interactive Model Analysis Target: Verify the performance of a model Existing methods: statistical methods, in an aggregated fashion (e.g. ac ...
分类:其他好文   时间:2017-05-03 11:39:17    阅读次数:264
MySQL 查询语句优化思路
query 语句的优化思路和原则主要提现在以下几个方面:1. 优化更需要优化的Query;2. 定位优化对象的性能瓶颈;3. 明确的优化目标;4. 从 Explain 入手;5. 多使用profile6. 永远用小结果集驱动大的结果集;7. 尽可能在索引中完成排序;8. 只取出自己需要的Column ...
分类:数据库   时间:2017-04-25 23:28:15    阅读次数:295
在xunsearch导入数据中使用explain字段的时候报错
explain为select的查询的关键词,解决办法加上单引号 /usr/local/xunsearch/sdk/php/util/Indexer.php --rebuild --source=mysql://ddxg:*****@47.92.81.68/soosoogoo_main --sql=" ...
分类:其他好文   时间:2017-04-24 17:24:29    阅读次数:151
mongodb数据库高级操作
1、创建索引 2、索引名称 3、其他索引 4、explain 5、操作索引 6、高级特性 7、固定集合 8、导入导出 9、上锁 10、添加用户 11、主从复制 ...
分类:数据库   时间:2017-04-23 16:50:14    阅读次数:185
PHP小知识总结(1)
1. mysqli_query — 对数据库执行一次查询 失败时返回 FALSE ,通过 mysqli_query() 成功执行SELECT, SHOW, DESCRIBE或 EXPLAIN查询会返回一个mysqli_result 对象,其他查询则返回 TRUE; 返回一个对象:object(mys ...
分类:Web程序   时间:2017-04-22 17:35:33    阅读次数:216
Java面试准备十六:数据库——MySQL性能优化
这里只是为了记录,由于自身水平实在不怎么样,难免错误百出,有错的地方还望大家多多指出,谢谢。来自MySQL性能优化的最佳20+经验 为查询缓存优化你的查询 EXPLAIN你的SELECT查询 当只要一...
分类:数据库   时间:2017-04-22 09:51:58    阅读次数:329
如何看懂ORACLE执行计划
如何看懂Oracle执行计划 一、什么是执行计划 An explain plan is a representation of the access path that is taken when a query is executed within Oracle. 二、如何访问数据 At the ...
分类:数据库   时间:2017-04-18 09:56:12    阅读次数:232
Using MongoDB with Web API and ASP.NET Core
MongoDB is a NoSQL document-oriented database that allows you to define JSON based documents which are schema independent. The schema can be mapped wi ...
分类:数据库   时间:2017-04-17 11:54:59    阅读次数:308
1254条   上一页 1 ... 72 73 74 75 76 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!