[xCluster] Automatically Replicate the Indexes of a Table using xCluster Asynchronous Replication #10957
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-801
Description
While replicating tables using xCluster Asynchronous Replication, indexes of the replicated table do not get replicated over. They have to be replicated as part of the initial
setup_universe_replication
command or added after the fact usingalter_universe_replication
. This is an issue for scenarios where a single table may have a large number of indexes. We should automatically replicate indexes of the replicated table to the target cluster without requiring users to have to call out the indexes themselves.The text was updated successfully, but these errors were encountered: