1 1 1 CREATE TABLE t (x UInt64) ENGINE = MergeTree() ORDER BY tuple() INSERT INTO t SELECT * FROM numbers(3000) DROP TABLE IF EXISTS t