elasticsearch - Elastic search split data based on condition -
i have created es index store millions of rows. application grow store more number of rows.
is there way shrad index based on particular condition.
ie; want store data in different node based on particular condition.
to "answer" question, see here information on sharding algorithm
https://www.elastic.co/guide/en/elasticsearch/guide/current/routing-value.html
and how change routing
https://www.elastic.co/guide/en/elasticsearch/reference/2.1/mapping-routing-field.html
Comments
Post a Comment