Create IDL types for the two new commands necessary for refining a collection's shard key. Both accept a namespace and the new shard key, which isn't optional. They should have the following formats:
{ refineCollectionShardKey: “test.foo”, key: {a: 1, b: 1} } {_configsvrRefineCollectionShardKey: “test.foo”, key: {a: 1, b: 1} }
- has to be done before
-
SERVER-41655 Implement skeletons for refineCollectionShardKey and _configsvrRefineCollectionShardKey
- Closed