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