You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/07/12 14:05:03 UTC

[jira] [Assigned] (ARROW-5482) [Java] reduce heap footprint of ValueVectors

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

Todd Farmer reassigned ARROW-5482:
----------------------------------

    Assignee:     (was: Pindikura Ravindra)

This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

> [Java] reduce heap footprint of ValueVectors
> --------------------------------------------
>
>                 Key: ARROW-5482
>                 URL: https://issues.apache.org/jira/browse/ARROW-5482
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Java
>            Reporter: Pindikura Ravindra
>            Priority: Major
>
> In some scenarios, we hold lots of value vectors in memory eg. during join, aggregation. The heap analysis shows that the costs are as follows for a simple IntVector (used VisualVM on mac) :
>  
> IntVector : 80 bytes
> vector.types.pojo.FieldType : 41 bytes
> vector.types.pojo.Field : 40 bytes
> IntReaderImpl : 28 bytes
>  
> I'll use this Jira to track ways to reduce the heap usage.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)