CREATE TABLE IF NOT EXISTS table_{format} (x UInt64) ENGINE = File(`{format}`) format TabSeparated CSV Values JSON JSONCompact JSONEachRow TSKV RowBinary Native XML Parquet ODBCDriver2 Null MySQLWire test.hits INSERT INTO table_{format} SELECT number FROM numbers(10000000) DROP TABLE IF EXISTS table_{format}