Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.43 KB

distributed-architecture.md

File metadata and controls

26 lines (21 loc) · 2.43 KB
mapped_pages applies_to
stack serverless

Distributed architecture [_data_store_architecture]

{{es}} is a distributed document store. Instead of storing information as rows of columnar data, {{es}} stores complex data structures that have been serialized as JSON documents. When you have multiple {{es}} 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 {{es}} and how it stores and retrieves data:

::::{note} {{serverless-full}} 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 {{serverless-full}}. Instead, the information in this section will provide you information about how the platform works for you. ::::