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

Issue error when creating a secondary index on a table with existing data #449

Closed
robertpang opened this issue Aug 20, 2018 · 1 comment
Closed
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@robertpang
Copy link
Contributor

Currently, when a secondary index is created on a table, it does not backfill the index for the existing data in the table. The user is required to ensure the table is empty before creating the index. We have a plan to support the backfilling of the index (#448). Until that is supported, YugaByte DB should issue error when an index is created on a table with existing data.

@robertpang robertpang added the kind/enhancement This is an enhancement of an existing feature label Aug 20, 2018
@robertpang robertpang self-assigned this Aug 20, 2018
@amitanandaiyer
Copy link
Contributor

Going down the route of implementing backfill #448 . Will not be getting to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants