You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2016/03/22 03:39:25 UTC

[jira] [Created] (HBASE-15514) Single (or small number) of Column Family in Mutation optimization

Vladimir Rodionov created HBASE-15514:
-----------------------------------------

             Summary: Single (or small number) of Column Family in Mutation optimization
                 Key: HBASE-15514
                 URL: https://issues.apache.org/jira/browse/HBASE-15514
             Project: HBase
          Issue Type: Improvement
          Components: Performance
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov


familyMap in Mutation class is TreeMap<byte[], List<Cell>>. Overhead of TreeMap - 48 bytes, TreeMap$Entry - 40 bytes. 



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