mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Trying to have smaller test
This commit is contained in:
parent
2d84336706
commit
c83c484bdc
@ -25,7 +25,7 @@
|
||||
</substitutions>
|
||||
|
||||
<create_query>CREATE TABLE `zz_{type}_{engine}` (x {type}) ENGINE {engine}</create_query>
|
||||
<fill_query>INSERT INTO `zz_{type}_{engine}` SELECT rand() FROM numbers_mt(500000000) SETTINGS max_insert_threads = 8</fill_query>
|
||||
<fill_query>INSERT INTO `zz_{type}_{engine}` SELECT rand() FROM numbers_mt(300000000) SETTINGS max_insert_threads = 8</fill_query>
|
||||
<fill_query>OPTIMIZE TABLE `zz_{type}_MergeTree ORDER BY tuple()` FINAL</fill_query>
|
||||
|
||||
<query>SELECT sum(x) FROM `zz_{type}_{engine}`</query>
|
||||
|
Loading…
Reference in New Issue
Block a user