Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.5.0
Description
Various scanners store control structures in RuntimeState::object_pool_ to be cleaned up at the end of the query. Since some of these control structures are allocated for every input split, a small amount of memory is wasted on control structures that are no longer needed. If a large number of scan ranges and columns are processed in a query, this can add megabytes or 10s of megabytes to the query's memory consumption.
I added some logging and saw that for a largish scan there was 10000+ objects in the object pool.
Attachments
Issue Links
- is related to
-
IMPALA-2940 Parquet DictDecoders accumulate throughout query
- Resolved