Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58C0B10A2E for ; Tue, 27 Aug 2013 17:51:59 +0000 (UTC) Received: (qmail 85587 invoked by uid 500); 27 Aug 2013 17:51:58 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 85398 invoked by uid 500); 27 Aug 2013 17:51:56 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 84224 invoked by uid 99); 27 Aug 2013 17:51:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 17:51:54 +0000 Date: Tue, 27 Aug 2013 17:51:54 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-9354) allow getting all partitions for table to also use direct SQL path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Shelukhin created HBASE-9354: --------------------------------------- Summary: allow getting all partitions for table to also use direct SQL path Key: HBASE-9354 URL: https://issues.apache.org/jira/browse/HBASE-9354 Project: HBase Issue Type: Improvement Reporter: Sergey Shelukhin Assignee: Sergey Shelukhin While testing some queries I noticed that getPartitions can be very slow (which happens e.g. in non-strict mode with no partition column filter); with a table with many partitions it can take 10-12s easily. SQL perf path can also be used for this path. -- 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