Details
-
Task
-
Resolution: Duplicate
-
Minor - P4
-
mongodb-3.0
-
None
Description
http://docs.mongodb.org/manual/reference/method/db.collection.stats/
db.collection.stats(scale) - old behavior. retain for compatibility.
db.collection.stats(options) - options format:
{
|
scale: N, // scales sizes in result
|
indexDetails: true/false, // toggles display of indexDetails in result. Defaults to false
|
indexDetailsKey: {x: 1}, // requires indexDetails to be true. filters indexDetails subdocument to display single index corresponding to given index key (uses getIndexes() output)
|
indexDetailsName: "x_1", // requires indexDetails to be true. filters indexDetails subdocument to display single index corresponding to given index name (uses getIndexes() output).
|
}
|
Attachments
Issue Links
- depends on
-
SERVER-16782 Modify collection stats helper to optionally suppress index details
-
- Closed
-
- duplicates
-
DOCS-4677 Document change in interface for db.collection.stats()
-
- Closed
-