[
https://issues.apache.org/jira/browse/ARROW-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659978#comment-17659978
]
Rok Mihevc commented on ARROW-2953:
-----------------------------------
This issue has been migrated to [issue
#19318|https://github.com/apache/arrow/issues/19318] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Plasma] Store memory usage
> ---------------------------
>
> Key: ARROW-2953
> URL: https://issues.apache.org/jira/browse/ARROW-2953
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++ - Plasma
> Reporter: Philipp Moritz
> Assignee: Philipp Moritz
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> While doing some memory profiling on the store, it became clear that at the
> moment the metadata of the objects takes up much more space than it should.
> In particular, for each object:
> * The object id (20 bytes) is stored three times
> * The object checksum (8 bytes) is stored twice
> We can therefore significantly reduce the metadata overhead with some
> refactoring.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)