You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
What types of shard keys are supported by the ShardChunkMongoSplitter?
The ShardChunkMongoSplitter does not support a hashed _id index, since MongoDB will instead use the unhashed _id index to create the splits, resulting in all data on one split. All other index types are supported, including hashed indexes on fields that are not _id.