Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[xCluster] Automatically Replicate the Indexes of a Table using xCluster Asynchronous Replication #10957

Closed
mrajcevic01 opened this issue Dec 29, 2021 · 1 comment
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@mrajcevic01
Copy link
Contributor

mrajcevic01 commented Dec 29, 2021

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 using alter_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.

@mrajcevic01 mrajcevic01 added the area/docdb YugabyteDB core features label Dec 29, 2021
@dotyjim-work
Copy link
Contributor

[docdb] xCluster Roadmap · Issue #10319 · yugabyte/yugabyte-db

Has a section that talks about DDLs, but I don't see an item that talks specifically about flowing DDL changes, however platform has an issue that addresses this.

[Platform] xCluster replication management through Platform · Issue #8963 1

Allow safe DDL changes to be propagated automatically to target universes

But we do have some internal discussions taking place:

Footnotes

  1. PLAT-580

@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 8, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jul 30, 2022
@hari90 hari90 changed the title [DocDB] Automatically Replicate the Indexes of a Table using xCluster Asynchronous Replication [xCluster] Automatically Replicate the Indexes of a Table using xCluster Asynchronous Replication Jul 9, 2023
@hari90 hari90 self-assigned this Jan 11, 2024
@hari90 hari90 closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

5 participants