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
Summary
Insert:
TableVersionMismatched
copy into
Read:
table.read_partitions
Unload:
Index:
Data:
COPY INTO
ON_ERROR = CONTINUE | ABORT_STATEMENT
Optimize:
show processlist
optimize compact
OPTIMIZE TABLE COMPACT
OPTIMIZE TABLE PURGE
Bug:
enable_distributed_eval_index
create table xx as select * from xx
Metrics:
The text was updated successfully, but these errors were encountered:
Let's continue this work at #9604 v1.0
Sorry, something went wrong.
BohuTANG
No branches or pull requests
Summary
Insert:
TableVersionMismatched
error in the execution ofcopy into
statement #7943Read:
table.read_partitions
distributed #7805Unload:
Index:
Data:
COPY INTO
CPU load takes a long time to rise #8574ON_ERROR = CONTINUE | ABORT_STATEMENT
in the CopyOptions when do COPY INTO #8642Optimize:
show processlist
#7875optimize compact
performance improvement #7914OPTIMIZE TABLE COMPACT
execution #8414OPTIMIZE TABLE PURGE
and will eventually be interrupted. #8415optimize compact
#8426Bug:
enable_distributed_eval_index
enabled #8049create table xx as select * from xx
#8053Metrics:
The text was updated successfully, but these errors were encountered: