Update polymorphic_parts_m.xml

This commit is contained in:
Alexander Kuzmenkov 2020-07-03 09:11:46 +03:00 committed by GitHub
parent 68ca587a71
commit d1a93523b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
</create_query> </create_query>
<create_query> <create_query>
CREATE TABLE hits_buffer AS hits_10m_single CREATE TABLE hits_buffer AS hits_10m_single
ENGINE = Buffer(default, hits_wide, 16, 10, 100, 10000, 1000000, 10000000, 100000000) ENGINE = Buffer(default, hits_wide, 1, 0, 0, 10000, 10000, 0, 0)
</create_query> </create_query>
<!-- Emulate writing many parts with 100 rows, because single insert query is too fast --> <!-- Emulate writing many parts with 100 rows, because single insert query is too fast -->