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

HIVE-24445: Non blocking DROP TABLE implementation #2772

Merged
merged 1 commit into from Jan 12, 2022

Conversation

deniskuzZ
Copy link
Member

@deniskuzZ deniskuzZ commented Nov 9, 2021

What changes were proposed in this pull request?

This changes the drop table operation to asynchronous. The data files of dropped table will not be removed right away, but they are going to be cleaned up later by the Compactor/Cleaner.

Why are the changes needed?

This along with a few other changes will enable us to implement lockless reads, which provides perf boost to the transactional tables.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Unit tests

Previous PR closed due to staleness: #2020

@deniskuzZ deniskuzZ merged commit 86f6bd4 into apache:master Jan 12, 2022
@deniskuzZ deniskuzZ deleted the HIVE-24445 branch January 12, 2022 09:47
DongWei-4 pushed a commit to DongWei-4/hive that referenced this pull request Oct 28, 2022
dengzhhu653 pushed a commit to dengzhhu653/hive that referenced this pull request Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants