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: import revert uses point tombstones for partial rollbacks #137924

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jeffswenson
Copy link
Collaborator

WIP

This refactors delete range to make it clear the implementation has
three mutually exclusive implementations. The idempotent implementation
is used by components like schema changer to delete whole table spans.
The `predicates` implementation is used by import rollback. The
transactional implementation has many users including sql and the time
series db.

Release Note: none
Informs: cockroachdb#131844
<what was there before: Previously, ...>
<why it needed to change: This was inadequate because ...>
<what you did about it: To address this, this patch ...>
@cockroach-teamcity
Copy link
Member

This change is Reviewable

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

Successfully merging this pull request may close these issues.

2 participants