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 3F86ED005 for ; Fri, 8 Mar 2013 01:34:13 +0000 (UTC) Received: (qmail 56719 invoked by uid 500); 8 Mar 2013 01:34:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 56689 invoked by uid 500); 8 Mar 2013 01:34:12 -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 56675 invoked by uid 99); 8 Mar 2013 01:34:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 01:34:12 +0000 Date: Fri, 8 Mar 2013 01:34:12 +0000 (UTC) From: "Gary Helmling (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-5492) Caching StartKeys and EndKeys of Regions 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-5492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Helmling updated HBASE-5492: --------------------------------- Fix Version/s: (was: 0.92.3) > Caching StartKeys and EndKeys of Regions > ---------------------------------------- > > Key: HBASE-5492 > URL: https://issues.apache.org/jira/browse/HBASE-5492 > Project: HBase > Issue Type: Improvement > Components: Client > Affects Versions: 0.92.0 > Environment: all > Reporter: honghua zhu > Attachments: HBASE-5492.patch > > > Each call for HTable.getStartEndKeys will read meta table. > In particular, > in the case of client side multi-threaded concurrency statistics, > we must call HTable.coprocessorExec== > getStartKeysInRange ==> getStartEndKeys, > resulting in the need to always scan the meta table. > This is not necessary, > we can implement the HConnectionManager.HConnectionImplementation.locateRegions(byte[] tableName) method, > then, get the StartKeys and EndKeys from the cachedRegionLocations of HConnectionImplementation. > Combined with https://issues.apache.org/jira/browse/HBASE-5491, can improve the performance of statistical -- 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