-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Shell
-
None
-
ALL
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.
- 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