[
https://issues.apache.org/jira/browse/HBASE-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681915#action_12681915
]
Erik Holstad commented on HBASE-1249:
-------------------------------------
Some more thoughts for puts into memCache.
I think that when writing a delete to memCache and timestamp is specified we
should just overwrite the value in there and not save both.
When we get a more complicated deletes such as row, family etc, I propose that
we after that insert walk down the tailTree of that node and
delete all it's children. This will result in less flushing of memCache and
make things easier when reading.
> Rearchitecting of server, client, API, key format, etc for 0.20
> ---------------------------------------------------------------
>
> Key: HBASE-1249
> URL: https://issues.apache.org/jira/browse/HBASE-1249
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jonathan Gray
> Priority: Blocker
> Fix For: 0.20.0
>
>
> To discuss all the new and potential issues coming out of the change in key
> format (HBASE-1234): zero-copy reads, client binary protocol, update of API
> (HBASE-880), server optimizations, etc...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.