- Mastering MongoDB 3.x
- Alex Giamas
- 62字
- 2021-08-20 10:10:55
touch
The touch command will load data and/or index data from storage to memory. This is typically useful if our script will subsequently use this data, speeding up execution:
> db.runCommand({ touch: "bookOrders", data: true/false, index: true/false })
This command should be used with caution in production systems, as loading data and indexes into memory will displace existing data from it.
推薦閱讀
- Mastering Mesos
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 計算機圖形學
- 網上沖浪
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 現代傳感技術
- 嵌入式操作系統
- Excel 2007技巧大全
- Docker on Amazon Web Services
- Applied Data Visualization with R and ggplot2
- Serverless Design Patterns and Best Practices
- 渲染王3ds Max三維特效動畫技術
- 網管員世界2009超值精華本
- 玩轉機器人:基于Proteus的電路原理仿真(移動視頻版)
- 數據結構與算法(C++語言版)