Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for Elasticsearch
  • Getting started
    • Resource relationships
    • Host roles
    • Elasticsearch editions
    • Indexes
    • Searching with Elasticsearch
    • Host classes
    • Networking in Managed Service for Elasticsearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • Dictionary support
    • Elasticsearch version control policy
    • Elasticsearch settings
    • Maintenance
  • Access management
  • Pricing policy
  • CLI reference
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Index sharding
  • Index replication
  1. Concepts
  2. Sharding and replication

Sharding and replication

Written by
Yandex Cloud
Updated at May 13, 2024
  • Index sharding
  • Index replication

Warning

Yandex Managed Service for Elasticsearch is unavailable as of April 11, 2024.

You can create an OpenSearch cluster in Yandex Cloud as an alternative to Elasticsearch.

In an Elasticsearch cluster:

  • You can use sharding to enable the cluster to scale as the amount of index data grows.
  • With replication, you can improve cluster fault tolerance and index data protection (only for multi-host cluster configurations).

To learn more about shards, scaling, and fault tolerance, see the Elasticsearch documentation.

Index shardingIndex sharding

Yandex Managed Service for Elasticsearch uses the regular Elasticsearch index sharding feature. For each index, you can create one or more primary shards across which the index write requests are distributed. The number of primary shards can only be set when creating an index. You cannot change this number afterwards.

Elasticsearch evenly distributes primary shards across the hosts in the cluster. This reduces the load on an individual host and makes it easy to scale the cluster if the load spikes.

Index replicationIndex replication

Yandex Managed Service for Elasticsearch uses the regular Elasticsearch index replication feature. To enable it, when creating an index, specify the replication factor, i.e., the number of replicas for each primary shard of the index. As a result, the required number of replica shards will be created for each primary shard.

When replication is pre-configured:

  • Writing to the index is performed only through the primary shards.
  • The index can be read simultaneously from both primary shards and replica shards.

Elasticsearch automatically manages replica shards, moving them between hosts in the cluster if the size of the cluster changes.

The number of replica shards can be modified: unlike primary shards, their number is not fixed when creating an index.

Was the article helpful?

Previous
Backups
Next
Dictionary support
Yandex project
© 2025 Yandex.Cloud LLC