mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
test
This commit is contained in:
parent
d138c0fda9
commit
a841828ab6
@ -28,6 +28,7 @@ On `DROP TABLE` no data is removed, database `Atomic` just marks table as droppe
|
||||
### DELETE/DETACH
|
||||
|
||||
`DELETE` and `DETACH` queries are executed asynchronously — waits for the running `SELECT` queries to finish but is invisible to the new queries.
|
||||
You also can specify `NO DELAY` or `SYNC` mode.
|
||||
|
||||
## Usage Example {#usage-example}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user