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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for OpenSearch
  • Getting started
    • Resource relationships
    • Host roles
    • Indexes
    • Index policies
    • Searching with OpenSearch
    • Host classes
    • Networking in Managed Service for OpenSearch
    • Quotas and limits
    • Disk types
    • Backups
    • Sharding and replication
    • OpenSearch plugins
    • OpenSearch versioning policy
    • Maintenance
  • Access management
  • Pricing policy
  • 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 in Managed Service for OpenSearch

Written by
Yandex Cloud
Updated at December 11, 2023
  • Index sharding
  • Index replication

In an OpenSearch 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).

Index shardingIndex sharding

Yandex Managed Service for OpenSearch uses the regular OpenSearch 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.

OpenSearch 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

Managed Service for OpenSearch uses the regular OpenSearch 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.

OpenSearch 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
OpenSearch plugins
© 2025 Direct Cursus Technology L.L.C.