Skip to content

Commit

Permalink
Update README for ALTER INDEX replica_count
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Jun 29, 2020
1 parent 583e3c9 commit 016b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ On Couchbase Server 5.X, automatic index replica management is the default. In

Note that for Couchbase Server 5.0 and 5.1, the `nodes` list is only respected during index creation. Indexes will not be moved between nodes if they already exist. Beginning with Couchbase Server 5.5 an ALTER INDEX command will be used to move replicas between nodes.

Because ALTER INDEX cannot currently change the number of replicas, changes to `num_replica` or the number of nodes in `nodes` is an unsafe change that will drop and recreate the index.
Because ALTER INDEX on Couchbase Server 6.0 and earlier cannot change the number of replicas, changes to `num_replica` or the number of nodes in `nodes` is an unsafe change that will drop and recreate the index. Starting with Couchbase Server 6.5 changing the number of replicas is a safe operation using ALTER INDEX.

## Docker Image

Expand Down

0 comments on commit 016b2c5

Please sign in to comment.