-
Notifications
You must be signed in to change notification settings - Fork 35
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
[FEATURE] Redefine drop index semantic as logical deletion #104
Labels
Comments
Planning the several PRs as follows:
|
This was referenced Dec 11, 2023
6 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Currently the semantic of
DROP
statement for all Flint index is:This is inconvenient for user who wants to do step #1 only (there is no STOP refresh job command in the meanwhile).
What solution would you like?
Redefine drop index statement as logical deletion with the following changes:
VACCUM
index statement which deletes both index data and checkpoint data (if any)REFRESH
or a new command) to revive the logical deleted index back toACTIVE
stateWhat alternatives have you considered?
N/A
The text was updated successfully, but these errors were encountered: