mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update performance test
This commit is contained in:
parent
7706eb4f36
commit
6d2b9ebbb2
@ -9,7 +9,7 @@
|
||||
PARTITION BY toYYYYMM(t) ORDER BY x
|
||||
</create_query>
|
||||
|
||||
<fill_query>INSERT INTO optimized_select_final SELECT toDate('2020-01-01'), number, 'string' FROM numbers(500000000)</fill_query>
|
||||
<fill_query>INSERT INTO optimized_select_final SELECT toDate('2020-01-01'), number, 'string' FROM numbers(100000000)</fill_query>
|
||||
|
||||
<fill_query>OPTIMIZE TABLE optimized_select_final FINAL</fill_query>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user