You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/08/17 08:00:31 UTC

[jira] [Updated] (IMPALA-9044) Improve memory management in ORC scanner

     [ https://issues.apache.org/jira/browse/IMPALA-9044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quanlong Huang updated IMPALA-9044:
-----------------------------------
    Description: The ORC scanner currently has a simple implementation of orc::MemoryPool. It uses std::malloc and std::free directly to allocates memory buffers. Consider using impala::MemPool or BufferPool to improve it.

> Improve memory management in ORC scanner
> ----------------------------------------
>
>                 Key: IMPALA-9044
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9044
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>            Reporter: Quanlong Huang
>            Priority: Major
>
> The ORC scanner currently has a simple implementation of orc::MemoryPool. It uses std::malloc and std::free directly to allocates memory buffers. Consider using impala::MemPool or BufferPool to improve it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org