0 votes
in ElasticSearch by
What is a shard in Elasticsearch?

1 Answer

0 votes
by

The data stored in an index can be divided into multiple partitions. Each of these partitions is called Shard, which is managed and controlled by a separate node. An Elasticsearch index has five shards by default.

...