Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
-
ALL
Description
When I run
db.stats(1024)
|
Each result is in kilobytes except avgObjSize. For that field, db.stats() and db.stats(1024) produce the exact same unscaled number.
When I run
db.myCollection.stats(1024)
|
however, avgObjSize is scaled correctly.
The value should be scaled by both commands.
Attachments
Issue Links
- is duplicated by
-
SERVER-15163 Scale doesn't affect avgObjectSize value
-
- Closed
-
- is related to
-
SERVER-19533 collStats through mongoS on sharded collection incorrectly scales avgObjSize
-
- Closed
-