mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
412 B
412 B
toc_priority | toc_title |
---|---|
32 | Atomic |
Atomic
It is supports non-blocking DROP
and RENAME TABLE
queries and atomic EXCHANGE TABLES t1 AND t2
queries. Atomic database engine is used by default.
Creating a Database
CREATE DATABASE test ENGINE = Atomic;