Data store architecture

edit

Data store architecture

edit

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: