Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Impala 2.9.0
-
None
-
ghx-label-4
Description
There would be some advantages to switch from from allocating buffers via TCMalloc and instead using mmap directly - e.g. less contention for the page heap lock.
There are also downsides - virtual memory consumption could increase and we may end up mapping and unmapping memory more frequently.
We would also need to wire up the MemTrackers so they include this memory in the process estimate.
Attachments
Issue Links
- is blocked by
-
IMPALA-3203 Implement scalable buffer recycling in buffer pool
- Resolved
- is depended upon by
-
IMPALA-2800 impalad process blocked while releasing memory after a big query
- Resolved
- is related to
-
IMPALA-5229 Try using TCMalloc + Huge Pages for buffers
- Resolved