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 7427010656 for ; Fri, 13 Sep 2013 20:55:53 +0000 (UTC) Received: (qmail 55386 invoked by uid 500); 13 Sep 2013 20:55:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55357 invoked by uid 500); 13 Sep 2013 20:55:53 -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 55348 invoked by uid 99); 13 Sep 2013 20:55:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 20:55:52 +0000 Date: Fri, 13 Sep 2013 20:55:52 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9503) minor optimization for getRowKeyAtOrBefore 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-9503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766942#comment-13766942 ] Sergey Shelukhin commented on HBASE-9503: ----------------------------------------- Might want to use KVComparator, otherwise looks reasonable. > minor optimization for getRowKeyAtOrBefore > ------------------------------------------ > > Key: HBASE-9503 > URL: https://issues.apache.org/jira/browse/HBASE-9503 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.98.0, 0.95.2, 0.94.12, 0.96.1 > Reporter: Liang Xie > Assignee: Liang Xie > Attachments: HBASE-9503.txt > > > we could shortcut the getRowKeyAtOrBefore() as quick as we found an exact matching. it'll be reasonable if there're lots of target storefiles. > It's a minor change, w/o a new test case be made:) -- 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