-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding EMEA 2022-12-12
Starting in 6.0.3, where a shared cluster would be balancing the shards using range migration based on the volume of data in the namespace, the current output of the sh.status() does not help to identify if the cluster is well balanced.
Considering the balancing of a sharded namespace would be sensitive to orphans and data volume, and in order to count with a mechanism that easily allows checking the current state of the cluster, it would be good if the sh.status() provides the following information per sharded namespaces:
- Estimated number of orphan documents per shard
- Data volume per shard
Or something similar to the $shardedDataDistribution aggregation stage.
- related to
-
MONGOSH-1326 Changes to sh.status() for 6.0.3+ clusters
- Closed