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

Vladimir Rodionov commented on HBASE-13890:
-------------------------------------------

[~anoop.hbase] wrote:
{quote}
We will have to override this method in Get, Scan, Append and Increment 
(wherever we want the feature) and return those types rather than 
OperationWithAttributes. Also Put, Delete etc also will have this method 
available. Do we need to throw Exception when some one calls this on Put, 
Delete etc?
{quote}

OK. Good point.

> Get/Scan from MemStore only (Client API)
> ----------------------------------------
>
>                 Key: HBASE-13890
>                 URL: https://issues.apache.org/jira/browse/HBASE-13890
>             Project: HBase
>          Issue Type: New Feature
>          Components: API, Client, Scanners
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>         Attachments: HBASE-13890-v1.patch
>
>
> This is short-circuit read for get/scan when recent data (version) of a cell 
> can be found only in MemStore (with very high probability). 
> Good examples are: Atomic counters and appends. This feature will allow to 
> bypass completely store file scanners and improve performance and latency.



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

Reply via email to