Details
-
Documentation
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 4.4.0
-
None
-
ghx-label-1
Description
IMPALA-12548 fix behavior of AGG_MEM_CORRELATION_FACTOR. Higher value will lower memory estimation, while lower value will result in higher memory estimation. The documentation in ImpalaService.thrift, however, says the opposite.
// Setting value 1.0 will result in an equal memory estimate as the default estimation // (no change). Defaults to 0.5.
AGG_MEM_CORRELATION_FACTOR was also never documented.