MongoDB 计划缓存的影响(2)

db.runCommand( 
  {   
      planCacheSetFilter: "orders",   
      query: { item: "ABC" },   
      projection: { quantity: 1, _id: 0 },   
      sort: { order_date: 1 },   
      indexes: [   
        { item: 1, order_date: 1 , quantity: 1 }   
      ]   
  }   
)

更多MongoDB相关内容可以看看以下的有用链接: 

MongoDB 3.0 正式版发布下载 

CentOS编译安装MongoDB

CentOS 编译安装 MongoDB与mongoDB的php扩展

CentOS 6 使用 yum 安装MongoDB及服务器端配置

Ubuntu 13.04下安装MongoDB2.4.3

MongoDB入门必读(概念与实战并重)

Ubunu 14.04下MongoDB的安装指南

《MongoDB 权威指南》(MongoDB: The Definitive Guide)英文文字版[PDF]

Nagios监控MongoDB分片集群服务实战

基于CentOS 6.5操作系统搭建MongoDB服务 uxidc.com/Linux/2014-11/108900.htm

MongoDB 的详细介绍请点这里
MongoDB 的下载地址请点这里 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/db5dc367e9b0c490f8dede3193c845ab.html