Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The SplitShard command is used to split a shard into smaller shards to get better query scalability, especially across multiple machines. The most practical way to use it is to split shards larger than a configured size. Of course shards don't just grow by themselves; they grow when data is added. Here I propose a new UpdateRequestProcessor that splits based on the shard size.