Re: Question about sharding and overlapping

2013-10-23 Thread Shalin Shekhar Mangar
No, shard splitting does not support collections with implicit router. On Wed, Oct 23, 2013 at 1:21 PM, Yago Riveiro wrote: > Can I split shards as with compositeId using this method? > > On Wednesday, October 23, 2013, Shalin Shekhar Mangar wrote: > > > You can't control that if using the compo

Re: Question about sharding and overlapping

2013-10-23 Thread Yago Riveiro
Can I split shards as with compositeId using this method? On Wednesday, October 23, 2013, Shalin Shekhar Mangar wrote: > You can't control that if using the compositeIdRouter because the routing > is dependent on the hash function. What you want is custom sharding i.e. > the ability to control th

Re: Question about sharding and overlapping

2013-10-22 Thread Shalin Shekhar Mangar
You can't control that if using the compositeIdRouter because the routing is dependent on the hash function. What you want is custom sharding i.e. the ability to control the shard to which updates are routed. You should create a collection using the Collections API with a "shards" param specifying