> db.imooc_2.find({x:}).explain()
{
"queryPlanner" : {
"plannerVersion" : ,
"namespace" : "test.imooc_2",
"indexFilterSet" : false,
"parsedQuery" : {
"x" : {
"$eq" :
}
},
"winningPlan" : {
"stage" : "COLLSCAN",
"filter" : {
"x" : {
"$eq" :
}
},
"direction" : "forward"
},
"rejectedPlans" : [ ]
},
"serverInfo" : {
"host" : "vnc19216859189.lan",
"port" : ,
"version" : "4.0.0",
"gitVersion" : "3b07af3d4f471ae89e8186d33bbb1d5259597d51"
},
"ok" :
}
用explain,能看到这次查询的详细信息,就像之前的profile一样

最新文章

  1. SQL Server系列目录
  2. Windows编译Nginx源码
  3. Liferay7 BPM门户开发之41: Expando API入门
  4. topcoder SRM 623 DIV2 CatAndRat
  5. C#基础总结之三循环控制-for-数组-乘法表-arraylist
  6. MySQL for Excel用法
  7. Deep Learning(深度学习)学习笔记整理系列之(六)
  8. IOS7配置自动布局的约束
  9. PHPstorm端口配置问题
  10. Android------三种监听OnTouchListener、OnLongClickListener同时实现即其中返回值true或者false的含义
  11. 使用$.post和action或servlet交互 URL出现 http://localhost:8080/../[object%20Object] 错误的问题解决
  12. 纯CSS打造淘宝导航菜单栏
  13. 2019年3月2日-小雨.md
  14. JS 删除数组中某个元素
  15. 「ZJOI2015」地震后的幻想乡
  16. 转换es6
  17. ldd3 源码相关问题参见
  18. 初识Qt布局管理器
  19. Python 2 到 Python 3 的变化
  20. vue - webpack.dev.conf.js for FriendlyErrorsPlugin

热门文章

  1. HDP3.1 中 YRAN 和 MR2 的内存大小配置的计算方式
  2. Nginx + Tomcat7 + redis session一致性问题
  3. uuid安装 插件安装
  4. VS2017(Visual Studio2017) 搭建QT5开发环境
  5. Android Gradle 学习笔记(六):Gradle 插件
  6. 洛谷P2812校园网络【Network of Schools加强版】
  7. thinkphp5.1使用支付宝接口(沙箱环境)
  8. input[checkbox],input[radiobox]的一些问题
  9. Restful 3 -- 序列化组件(GET/PUT/DELETE接口设计)、视图优化组件
  10. 简述raid0,raid1,raid5,raid10 的工作原理及特点