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

Zero downtime tracelistener bulk imports #784

Open
3 tasks
Pitasi opened this issue May 13, 2022 · 0 comments
Open
3 tasks

Zero downtime tracelistener bulk imports #784

Pitasi opened this issue May 13, 2022 · 0 comments

Comments

@Pitasi
Copy link
Contributor

Pitasi commented May 13, 2022

DoD:

Important notes about deleting many rows at once:
Running a single DELETE FROM xxx WHERE height < yyy is not sufficient. It fails in cockroachdb when there are too many rows to be deleted (docs).

What must be done is to re-use the "chunked delete" logic contained in the reset-chain binary, maybe moving it into a shared go pkg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant