You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Karthik Ranganathan (JIRA)" <ji...@apache.org> on 2012/10/22 23:32:12 UTC

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

Karthik Ranganathan created HBASE-7029:
------------------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira