-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics
-
None
-
Minor Change
Currently, the only way to expose WT index statistics is by calling db.col.validate({full:true}), which is an expensive way to get a cheap set of stats.
Plan: extend collStats to produce index stats for each index. These will be added to the custom section of collStats output, so this output will only be valid for WiredTiger collections.
As part of this extension, we will need to remove collStats privilege from read role.
- is depended on by
-
SERVER-16782 Modify collection stats helper to optionally suppress index details
- Closed
- is related to
-
SERVER-44432 Per index access stats
- Closed
- links to