-
Notifications
You must be signed in to change notification settings - Fork 756
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
ISSUE-3176: introduce compact statement #3182
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov Report
@@ Coverage Diff @@
## main #3182 +/- ##
======================================
- Coverage 66% 66% -1%
======================================
Files 673 675 +2
Lines 35709 36105 +396
======================================
+ Hits 23878 24003 +125
- Misses 11831 12102 +271
Continue to review full report at Codecov.
|
/lgtm |
Wait for another reviewer approval |
CI Passed |
I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/
Summary
introduce the compact statement, which is a "syntax sugar" of "insert overwrite into T select * from T":
behind the scenes, data will be compacted during the insertion.
Changelog
Related Issues
Fixes #3176
Test Plan
Unit Tests
Stateless Tests