mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix optimize_aggregation_in_order setting
This commit is contained in:
parent
09750cb83b
commit
2bffc72d64
@ -8,7 +8,7 @@ CLICKHOUSE_LOG_COMMENT=
|
||||
. "$CUR_DIR"/../shell_config.sh
|
||||
|
||||
# Fix some settings to avoid timeouts because of some settings randomization
|
||||
CH_CLIENT="$CLICKHOUSE_CLIENT --allow_merge_tree_settings --allow_experimental_dynamic_type=1 --index_granularity_bytes 10485760 --index_granularity 8128 --merge_max_block_size 8128"
|
||||
CH_CLIENT="$CLICKHOUSE_CLIENT --allow_merge_tree_settings --allow_experimental_dynamic_type=1 --index_granularity_bytes 10485760 --index_granularity 8128 --merge_max_block_size 8128 --optimize_aggregation_in_order 0"
|
||||
|
||||
function test()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user