Fix 00177_memory_bound_merging

This commit is contained in:
Igor Nikonov 2024-07-12 21:20:23 +00:00
parent e22d6035fa
commit b952a11f35

View File

@ -64,7 +64,7 @@ test3() {
FROM test.hits FROM test.hits
WHERE CounterID = 1704509 AND UserID = 4322253409885123546 WHERE CounterID = 1704509 AND UserID = 4322253409885123546
GROUP BY URL, EventDate GROUP BY URL, EventDate
SETTINGS optimize_aggregation_in_order = 1, enable_memory_bound_merging_of_aggregation_results = 1, allow_experimental_parallel_reading_from_replicas = 1, parallel_replicas_for_non_replicated_merge_tree = 1, max_parallel_replicas = 3 SETTINGS optimize_aggregation_in_order = 1, enable_memory_bound_merging_of_aggregation_results = 1, allow_experimental_parallel_reading_from_replicas = 1, parallel_replicas_for_non_replicated_merge_tree = 1, max_parallel_replicas = 3, parallel_replicas_local_plan=1
) )
WHERE explain LIKE '%Aggr%Transform%' OR explain LIKE '%InOrder%'" WHERE explain LIKE '%Aggr%Transform%' OR explain LIKE '%InOrder%'"
} }