Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-3
Description
The initial IMPALA-3200 code added the ability for a grouping pre-aggregation to run with zero reservation, passing through all of the rows. However, this is a very low performance mode for aggregations that reduce their input a lot, since it forces everything to be sent over the network. We would be better off in most cases requiring more memory but not allowing perf to degrade so much.
Attachments
Issue Links
- is related to
-
IMPALA-5710 Stress test is not aware of aggregation passthrough under memory pressure
- Open