The MongoDB Index Recommendation Tool lets you analyze your existing MongoDB indexes as well as analyze your query operations from the system.profile
or
MongoDB log files to create an optimized list of indexes for each collection.
system.profile
and/or MongoDB logs and extract candidate indexes based on your read operations including
1.0.0
=====
- Extract existing Indexes from MongoDB collections
- Process `system.profile` collection and extract candidate indexes.
- Process MongoDB logs and extract candidate indexes.
- Coalesce all candidate indexes into a minimal list of optimized indexes.