You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2014/01/31 02:01:12 UTC

[jira] [Created] (PHOENIX-14) UPSERT hint to avoid WAL writes

Lars Hofhansl created PHOENIX-14:
------------------------------------

             Summary: UPSERT hint to avoid WAL writes
                 Key: PHOENIX-14
                 URL: https://issues.apache.org/jira/browse/PHOENIX-14
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Lars Hofhansl


Since HBASE-7801 (0.94.7) HBase supports durability hints for Put and Delete operations. 
We should support these via an UPSERT hint.
At least /*+ SKIP_WAL */ to skip all WAL writes.

Later we can add
/*+ ASYNC_WAL */
/*+ SYNC_WAL */
/*+ FSYNC_WAL */




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)