You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2015/09/08 19:03:47 UTC

[jira] [Resolved] (HBASE-7029) Result array serialization improvements

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

stack resolved HBASE-7029.
--------------------------
    Resolution: Won't Fix

Serialization may have the issues Kannan identifies here still... but how it is done has changed. Resolving as won't fix this one.

> Result array serialization improvements
> ---------------------------------------
>
>                 Key: HBASE-7029
>                 URL: https://issues.apache.org/jira/browse/HBASE-7029
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Karthik Ranganathan
>            Assignee: Karthik Ranganathan
>
> The Result[] is very inefficiently serialized - there are 2 for loops over each result and we instantiate every object.
> A better way is to make it a data block, and use delta block encoding to make it more efficient.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)