ramkrish86 commented on pull request #2747:
URL: https://github.com/apache/hbase/pull/2747#issuecomment-743992180


   `A Cell implementation that does lazy length caching internally? Then we'd 
not need comparator knowing about implementation? What you think Ram?`
   Caching everything internally will add to the overhead of the cell. That we 
were always restrictive and I think it is better to be so. We still do some of 
that in SizeCachedKV impl of the cell. But for KVs which is mostly at the 
memstore layer that is going to cost us in how much we flush. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to