[ 
https://issues.apache.org/jira/browse/HBASE-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Daniel Cryans updated HBASE-3009:
--------------------------------------

    Attachment: HBASE-3009-v2.patch

This patch fixes an important issue about memstore size when putting multiple 
columns that the previous patch introduces.

> ICV-style update of Memstore for single-qualifier and frequent puts
> -------------------------------------------------------------------
>
>                 Key: HBASE-3009
>                 URL: https://issues.apache.org/jira/browse/HBASE-3009
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Daniel Cryans
>            Priority: Trivial
>         Attachments: HBASE-3009-v2.patch, HBASE-3009.patch
>
>
> We had an internal need for a method to update a single cell thousands of 
> times per second without having a "versions explosion" problem, and found 
> that the code can be somewhat easily modified for that by reusing 
> Store.updateColumnValue and making it accept byte[]. I'm putting the patch 
> here in case someone else finds it useful, and maybe it can eventually make 
> its way into the source.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to