You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/09/17 01:35:38 UTC

[jira] Updated: (HBASE-3009) ICV-style update of Memstore for single-qualifier and frequent puts

     [ 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.patch

Patch that adds the desired behavior. It requires that the family is configured to only keep one version and that the Put is done only one cell. It's kinda hacky.

> 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.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.