mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix (#41648)
This commit is contained in:
parent
100c055510
commit
930d050b55
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<!-- -->
|
||||
<settings>
|
||||
<max_size_to_preallocate_for_aggregation>1000000000</max_size_to_preallocate_for_aggregation>
|
||||
</settings>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<!-- -->
|
||||
<create_query>DROP TABLE IF EXISTS perf_lc_fixed_str_groupby</create_query>
|
||||
<create_query>CREATE TABLE perf_lc_fixed_str_groupby(
|
||||
a LowCardinality(FixedString(14)),
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<!-- -->
|
||||
<settings>
|
||||
<max_memory_usage>30000000000</max_memory_usage>
|
||||
</settings>
|
||||
|
@ -1,5 +1,4 @@
|
||||
<test>
|
||||
<!-- -->
|
||||
<settings>
|
||||
<max_memory_usage>30000000000</max_memory_usage>
|
||||
</settings>
|
||||
|
Loading…
Reference in New Issue
Block a user