You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2016/10/06 17:07:20 UTC

[jira] [Created] (HBASE-16784) Make use of ExtendedCell#write(OutputStream os) for the default HFileWriter#append()

ramkrishna.s.vasudevan created HBASE-16784:
----------------------------------------------

             Summary: Make use of ExtendedCell#write(OutputStream os) for the default HFileWriter#append()
                 Key: HBASE-16784
                 URL: https://issues.apache.org/jira/browse/HBASE-16784
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 2.0.0
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
             Fix For: 2.0.0


Initially this I was thinking we need to add an interface to represent the fact that the key is contiguous. But since Extendedcell is added encapsulating all the internal interfaces and adds a write(OutputStream , boolean) and tries to exploit the fact that the Cell is in KV serialized format. Hence we can make use of it in HFileWriter#append() code in case of No encoding case.



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