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.
DROP
RENAME TABLE
EXCHANGE TABLES t1 AND t2
CREATE DATABASE test ENGINE = Atomic;
Original article
Rating: 1.8 - 8 votes