Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
We cannot do that, as it would violate the undrop mechanism. This is user data, and we cannot arbitrarily delete it. Users may need to undrop a table schema, even if it contains no data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In some scenarios, users might mistake the fuse table for the tmp table.
Frequent creation and deletion of a certain table result in a huge number of history tables.
I think when databend query knows that there is no data in this table,
drop table <table_name>
can be rewritten by default asdrop table <table_name> all
Beta Was this translation helpful? Give feedback.
All reactions