mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Return resize processor before aggregating.
This commit is contained in:
parent
86894c9570
commit
cc16ac3c3c
@ -1974,7 +1974,7 @@ void InterpreterSelectQuery::executeAggregation(QueryPipeline & pipeline, const
|
||||
if (pipeline.getNumMainStreams() > 1)
|
||||
{
|
||||
/// Add resize transform to uniformly distribute data between aggregating streams.
|
||||
pipeline.resize(pipeline.getNumMainStreams()); // , true);
|
||||
pipeline.resize(pipeline.getNumMainStreams(), true);
|
||||
|
||||
auto many_data = std::make_shared<ManyAggregatedData>(pipeline.getNumMainStreams());
|
||||
auto merge_threads = settings.aggregation_memory_efficient_merge_threads
|
||||
|
Loading…
Reference in New Issue
Block a user