Loading

Distributed architecture

Elastic Stack Serverless

Elasticsearch is a distributed document store. Instead of storing information as rows of columnar data, Elasticsearch stores complex data structures that have been serialized as JSON documents. When you have multiple Elasticsearch nodes in a cluster, stored documents are distributed across the cluster and can be accessed immediately from any node.

The topics in this section provides information about the architecture of Elasticsearch and how it stores and retrieves data:

Note

Elastic Cloud Serverless scales with your workload and automates nodes, shards, and replicas for you. Some of the content in this section does not apply to you if you are using Elastic Cloud Serverless. Instead, the information in this section will provide you information about how the platform works for you.