This commit is contained in:
Anna 2021-03-29 23:13:26 +03:00
parent d138c0fda9
commit a841828ab6

View File

@ -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}