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

sql: incremental index backfills #70426

Closed
erikgrinaker opened this issue Sep 20, 2021 · 3 comments
Closed

sql: incremental index backfills #70426

erikgrinaker opened this issue Sep 20, 2021 · 3 comments
Assignees
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-disaster-recovery

Comments

@erikgrinaker
Copy link
Contributor

erikgrinaker commented Sep 20, 2021

As described in #69380, once #70422 lands index backfills should be incremental. I.e. they should first build the index based on existing data, and then do another backfill to update the index with any writes that have happened in the meanwhile, and so on.

Related to #63741.

Epic: CRDB-10258

Jira issue: CRDB-10069

@erikgrinaker
Copy link
Contributor Author

@stevendanna Can we close this now?

@stevendanna
Copy link
Collaborator

@erikgrinaker I think so. We have a few TODOs still that are related to it (most prominently #76154), but we can probably track those in separate issues.

@erikgrinaker
Copy link
Contributor Author

Cool, closing then since this is enabled on master and we're presumably just doing follow-up work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-disaster-recovery
Projects
No open projects
Archived in project
Development

No branches or pull requests

3 participants