4 CREATE TABLE t (x UInt64) ENGINE = Null INSERT INTO t SELECT * FROM numbers_mt(1000000000) DROP TABLE IF EXISTS t