2 default.hits_10m_single CREATE TABLE hits2 AS hits_10m_single set max_insert_threads=8 INSERT INTO hits2 SELECT * FROM hits_10m_single LIMIT 1 * 1000 * 1000 DROP TABLE IF EXISTS hits2