mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
413 B
413 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;