Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC58A1723B for ; Fri, 27 Feb 2015 14:46:04 +0000 (UTC) Received: (qmail 94380 invoked by uid 500); 27 Feb 2015 14:46:04 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 94349 invoked by uid 500); 27 Feb 2015 14:46:04 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 94339 invoked by uid 99); 27 Feb 2015 14:46:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2015 14:46:04 +0000 Date: Fri, 27 Feb 2015 14:46:04 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-1992) Add more stats for HashJoinBatch and HashAggBatch 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/DRILL-1992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti updated DRILL-1992: ----------------------------------- Fix Version/s: (was: 0.8.0) 0.9.0 > Add more stats for HashJoinBatch and HashAggBatch > ------------------------------------------------- > > Key: DRILL-1992 > URL: https://issues.apache.org/jira/browse/DRILL-1992 > Project: Apache Drill > Issue Type: Improvement > Components: Execution - Relational Operators > Affects Versions: 0.8.0 > Reporter: Venki Korukanti > Assignee: Venki Korukanti > Fix For: 0.9.0 > > Attachments: DRILL-1992-2.patch, DRILL-1992.patch > > > Adding more stats to analyze the memory usage of HashJoinBatch and HashAggBatch. > HashJoinBatch > + HASHTABLE_MEMORY_ALLOCATION > + HASHTABLE_NUM_BATCHHOLDERS > + HASHJOINHELPER_MEMORY > HashAgg > + HASHTABLE_MEMORY_ALLOCATION > + HASHTABLE_NUM_BATCHHOLDERS > + HASHAGG_MEMORY > + HASHAGG_NUM_BATCHHOLDERS > Cleanup: > + Prefix "HASHTABLE_" to existing HashTable metrics such as NUM_BUCKETS. -- This message was sent by Atlassian JIRA (v6.3.4#6332)