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)