Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ACFDDB41 for ; Wed, 15 May 2013 18:59:18 +0000 (UTC) Received: (qmail 4028 invoked by uid 500); 15 May 2013 18:59:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3945 invoked by uid 500); 15 May 2013 18:59:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 3805 invoked by uid 99); 15 May 2013 18:59:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 18:59:17 +0000 Date: Wed, 15 May 2013 18:59:17 +0000 (UTC) From: "Varun Sharma (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8554) Scan should seek to startRow within a region MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658669#comment-13658669 ] Varun Sharma commented on HBASE-8554: ------------------------------------- I think this is tricky since we only want to seek for the first region and not the latter ones, but i still think this is doable by comparing with the current region's startKey and the Scan's startRow. > Scan should seek to startRow within a region > -------------------------------------------- > > Key: HBASE-8554 > URL: https://issues.apache.org/jira/browse/HBASE-8554 > Project: HBase > Issue Type: Improvement > Reporter: Varun Sharma > Assignee: Varun Sharma > > Currently Scan.startRow() is only used for determining which Region to look up the row into but we do not seek within the region to the start row. Since its not uncommon to run with large sized regions these days 5G, this is suboptimal. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira