-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
Add an optional parameter called scale to the removeShardStatus command to specify the data size scale returned by removeShardStatus.
For example, the following command would return the data size in KBytes.
db.adminCommand({removeShardStatus: 1, scale: 1024})
If the scale parameter is not provided, we'll use a default value of 1, meaning that the data size will be returned in Bytes.
- depends on
-
SERVER-92102 Report the data size per every collection on removeShardStatus
- Closed