Shard splitting and dynamic cluster expansion?

I'm unclear if ES supports this...

I don't want to be limited to the size of my cluster. It looks like SOLR
supports this. IE split a shard, then replicate it to a new server.

Does ES support this yet... this is going to be the key decision maker for
me. If I can't add more servers to scale my load then it's kind of a show
stopper I'm afraid :frowning:

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/cfe62843-a3cd-46d2-8c06-7470f3089b98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You can easily add more nodes.
You cannot however add more shards to an index, which is probably what you
are getting at.

The simple solution to that is to over allocate your initial shard count to
cater for more servers.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 3 October 2014 14:58, Kevin Burton burtonator@gmail.com wrote:

I'm unclear if ES supports this...

I don't want to be limited to the size of my cluster. It looks like SOLR
supports this. IE split a shard, then replicate it to a new server.

Does ES support this yet... this is going to be the key decision maker for
me. If I can't add more servers to scale my load then it's kind of a show
stopper I'm afraid :frowning:

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/cfe62843-a3cd-46d2-8c06-7470f3089b98%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/cfe62843-a3cd-46d2-8c06-7470f3089b98%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624ZsSpEk%3DH9UKhf9LqLAHQCuSLsUA5vFw2Qpc4SL7mdZ%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

The way to go is by using index aliases.
If you need more shards at some point, create a new index with as many shards you need and add it to the alias.

HTH

Le 3 oct. 2014 à 07:11, Mark Walkom markw@campaignmonitor.com a écrit :

You can easily add more nodes.
You cannot however add more shards to an index, which is probably what you are getting at.

The simple solution to that is to over allocate your initial shard count to cater for more servers.

Regards,
Mark Walkom

Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com

On 3 October 2014 14:58, Kevin Burton burtonator@gmail.com wrote:
I'm unclear if ES supports this...

I don't want to be limited to the size of my cluster. It looks like SOLR supports this. IE split a shard, then replicate it to a new server.

Does ES support this yet... this is going to be the key decision maker for me. If I can't add more servers to scale my load then it's kind of a show stopper I'm afraid :frowning:

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/cfe62843-a3cd-46d2-8c06-7470f3089b98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624ZsSpEk%3DH9UKhf9LqLAHQCuSLsUA5vFw2Qpc4SL7mdZ%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/B4CF491C-3888-4D7D-9788-3F3E41C9821C%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.