You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2016/12/18 01:05:59 UTC

[jira] [Commented] (HBASE-13094) Consider Filters that are evaluated before deletes and see delete markers

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

Lars Hofhansl commented on HBASE-13094:
---------------------------------------

Wait. Isn't this all doable with just a raw-scan? [~jongray], [~jamestaylor], [~ghelmling]?

I was just about to make a patch against trunk and found that this would lead to behavior as a raw scan.
A raw scan can be handed a filter and that filter would always see all Cells (deleted and all columns as well).


> Consider Filters that are evaluated before deletes and see delete markers
> -------------------------------------------------------------------------
>
>                 Key: HBASE-13094
>                 URL: https://issues.apache.org/jira/browse/HBASE-13094
>             Project: HBase
>          Issue Type: Brainstorming
>          Components: regionserver, Scanners
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>         Attachments: 13094-0.98.txt
>
>
> That would be good for full control filtering of all cells, such as needed for some transaction implementations.
> [~ghelmling]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)