[ 
https://issues.apache.org/jira/browse/HBASE-3150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989347#comment-12989347
 ] 

Mingjie Lai commented on HBASE-3150:
------------------------------------

Karthik. 
Please take a look at the patch at reviewboard for HBase-3257 -- 
https://review.cloudera.org/r/1515/. There is a SampleRegionWALObserver which 
can add, remove, modify KeyValues to a WALEdit before written to WAL.


> Allow some column to not write WALs
> -----------------------------------
>
>                 Key: HBASE-3150
>                 URL: https://issues.apache.org/jira/browse/HBASE-3150
>             Project: HBase
>          Issue Type: Improvement
>          Components: coprocessors
>            Reporter: Karthik Ranganathan
>            Priority: Minor
>
> We have this unique requirement where some column families hold data that is 
> indexed from other existing column families. The index data is very large, 
> and we end up writing these inserts into the WAL and then into the store 
> files. In addition to taking more iops, this also slows down splitting files 
> for recovery, etc.
> Creating this task to have an option to suppress WAL logging on a per CF 
> basis.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to