Shard splitting and document routing

2013-06-18 Thread Otis Gospodnetic
Hi, Imagine a (common) situation where you use document routing and you end up with 1 large shards (e.g. 1 large user with lots of docs). Shard splitting will help here, because we can break up that 1 shard in 2 smaller shards (and maybe do that recursively to make shards sufficiently small).

Re: Shard splitting and document routing

2013-06-18 Thread Mark Miller
No, the hash ranges are split and new docs go to both new shards. - Mark On Jun 18, 2013, at 12:25 PM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: Hi, Imagine a (common) situation where you use document routing and you end up with 1 large shards (e.g. 1 large user with lots of

Re: Shard splitting and document routing

2013-06-18 Thread Otis Gospodnetic
Beautiful. Thanks! Otis -- Solr ElasticSearch Support -- http://sematext.com/ Performance Monitoring - http://sematext.com/spm/index.html On Tue, Jun 18, 2013 at 12:34 PM, Mark Miller markrmil...@gmail.com wrote: No, the hash ranges are split and new docs go to both new shards. - Mark