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

HBase Review Board commented on HBASE-3005:
-------------------------------------------

Message from: "Ryan Rawson" <[email protected]>

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://review.cloudera.org/r/859/#review1261
-----------------------------------------------------------

Ship it!


lgtm

- Ryan





> Add reseek optimization for fetching multiple versions via TimestampsFilter
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-3005
>                 URL: https://issues.apache.org/jira/browse/HBASE-3005
>             Project: HBase
>          Issue Type: Improvement
>          Components: filters
>            Reporter: Pranav Khaitan
>            Assignee: Pranav Khaitan
>         Attachments: HBASE-PUBLIC-3005-V1.patch
>
>
> Skip between timestamps to avoid the unnecessary read for all the blocks 
> which come in between.
> For example:
> If we have timestamps from 1 to 1000 for a particular row, family, qualifier 
> and we want to read only timestamps 990 and 10, then we should be able to 
> read 990 and then jump to 10 instead of doing a sequential read including 
> everything in between.

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

Reply via email to