Back to Developer Roadmap

Cluster (System)

src/data/roadmaps/elasticsearch/content/[email protected]

4.01.2 KB
Original Source

Cluster (System)

A cluster is a collection of one or more Elasticsearch nodes that work together to store and process data. It provides a distributed and scalable system where data is divided into shards and distributed across multiple nodes for redundancy and performance. The cluster manages indexing, searching, and analysis operations across all nodes, presenting a unified view of the data to the user.

Visit the following resources to learn more: