mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
412 B
412 B
toc_priority | toc_title |
---|---|
32 | Atomic |
Atomic
It 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;