Re: Configuring number or shards
On 11/5/2013 5:14 PM, Mark wrote: Can you configure the number of shards per collection or is this a system wide setting affecting all collections/indexes? The collections API has a CREATE action. You can specify numShards as a parameter. This is better that defining numShards as a java sys
Configuring number or shards
Can you configure the number of shards per collection or is this a system wide setting affecting all collections/indexes? Thanks