Csaba Ringhofer created IMPALA-10979: ----------------------------------------
Summary: Reduce pre-aggregation memory if cardinality is very low Key: IMPALA-10979 URL: https://issues.apache.org/jira/browse/IMPALA-10979 Project: IMPALA Issue Type: Bug Components: Backend, Frontend Reporter: Csaba Ringhofer >From an execution summery an aggregation: #Rows Est. #Rows Peak Mem Est. Peak Mem 0 0 34.04 MB 128.00 MB While we knew exactly the 0 rows will arrive (due to scan node child with 0 files) we still allocated 34.04 MB of memory. -- This message was sent by Atlassian Jira (v8.3.4#803005)