In MongoDB 8.0 there will be an aggregation stage $listClusterCatalog that allows customers to fetch the location of a collection in a cluster.
It would be nice if customers could leverage use a shell helper to run the aggregation without having to construct a full pipeline to view the location of a collection.
This has increased importance because in MongoDB 8.0 unsharded collections can reside on any shard in the cluster
- related to
-
SERVER-99755 Provide an easy way to check if moveCollection was successful
-
- Closed
-