You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Shrijeet Paliwal <sh...@rocketfuel.com> on 2013/06/18 17:54:45 UTC

Account for max versions while adding to memstore

Hello,

This thread is aligned to work done in
https://issues.apache.org/jira/browse/HBASE-4241, which optimizes pruning
process before flushing MemStore.

My question is, if not already being done[1], should max versions setting
be considered while adding a KV to MemStore. In other words don't keep more
than max versions in MemStore, avoiding it to grow unnecessarily when
update to same cell are happening.


-Shrijeet
[1] HBase version 0.94.7 I did not find such logic.