Skip to main content
Version: User Guides (Cloud)

Manage Replica
Public Preview

Zilliz Cloud enables cluster-level replication. Each replica is an exact copy of the resources and data in a cluster. Using replicas can increase query throughput and availability.

For users with small datasets experiencing QPS bottlenecks, adding replicas can distribute the query workload, enhancing overall query throughput. However, adding replicas will not increase the cluster capacity because the capacity is only determined by the CU size of each replica. If you want to increase the cluster capacity, please refer to Scale Cluster.

Configuring replicas will affect the cluster's monthly CU cost. The storage cost of the cluster will remain unchanged. For more information, refer to Understand Cost.

This guide outlines the procedures of configuring replicas for a cluster in Zilliz Cloud.

📘Notes

This feature is currently in public preview and is exclusively available to Dedicated (Enterprise) clusters.

Configure replicas​

You can add replicas for an existing Dedicated cluster as long as:

  • The cluster has 8 CUs or more

  • All collections in the cluster have been released

When adding replicas, please note that the cluster CU size x replica count should not exceed 256.

🚧Warning

Updating the replica configurations may lead to slight service jitter. Please exercise caution.

configure-replica

For more information about using the RESTful API to configure replicas, please refer to Modify Cluster.