We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
optimize compact
0.8.85
I have two identical tables, table B was created by create table B as select * from A;
create table B as select * from A
PURGE/COMPACT
select * from xx where requesturl='/xx/xx' and requesttime=1661990400077 and responsetime = 1661990400084;
explain details:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Version
0.8.85
What's Wrong?
I have two identical tables, table B was created by
![image](https://user-images.githubusercontent.com/30121694/197559847-482b87d9-c2be-490a-9b66-f647a9276c2e.png)
create table B as select * from A
;PURGE/COMPACT
, the query speed was only a few seconds.PURGE/COMPACT
was executed , the table A query speed dropped from 1min to 13minexplain details:
How to Reproduce?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: