-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance
-
None
Currently in order to prime an index of a collection, we have to do a special query to force mongo go thru the entire BTree for the index. This trick is extremely inefficient for a large index tree (over 10 millions entries). Would like to have a command (please make it available in C++ driver) to prime collection data – either index or data or both, by simply doing a sequential read of the data extents for the collection.
- duplicates
-
SERVER-2023 touch command to pre-heat a collection
- Closed