You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2009/06/18 00:45:07 UTC

[jira] Updated: (HBASE-1535) Add client ability to perform mutations without the WAL

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

Jonathan Gray updated HBASE-1535:
---------------------------------

    Attachment: HBASE-1535-v1.patch

Adds a writeToWAL boolean into Put.  Setter/Getter of the same name.

Going to run an import test and see what this does.

> Add client ability to perform mutations without the WAL
> -------------------------------------------------------
>
>                 Key: HBASE-1535
>                 URL: https://issues.apache.org/jira/browse/HBASE-1535
>             Project: Hadoop HBase
>          Issue Type: New Feature
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>             Fix For: 0.20.1
>
>         Attachments: HBASE-1535-v1.patch
>
>
> There are a number of cases where a client might not want/need its edits to be written into the HLog.  The most obvious use of this would be during a bulk import where we want the best performance possible and data loss is acceptable (can rerun the import).
> Does this become a flag on Put or a special mode of HTable?

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