Return-Path: Delivered-To: apmail-hive-dev-archive@www.apache.org Received: (qmail 26463 invoked from network); 4 Nov 2010 16:49:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 16:49:35 -0000 Received: (qmail 96607 invoked by uid 500); 4 Nov 2010 16:50:07 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 96441 invoked by uid 500); 4 Nov 2010 16:50:06 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 96433 invoked by uid 500); 4 Nov 2010 16:50:06 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 96424 invoked by uid 99); 4 Nov 2010 16:50:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 16:50:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 16:50:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA4GniYx021078 for ; Thu, 4 Nov 2010 16:49:44 GMT Message-ID: <5408626.11181288889384599.JavaMail.jira@thor> Date: Thu, 4 Nov 2010 12:49:44 -0400 (EDT) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1754) Remove JDBM component from Map Join In-Reply-To: <20176546.92221288142901496.JavaMail.jira@thor> 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/HIVE-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-1754: ----------------------------- Status: Open (was: Patch Available) > Remove JDBM component from Map Join > ----------------------------------- > > Key: HIVE-1754 > URL: https://issues.apache.org/jira/browse/HIVE-1754 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.6.0, 0.7.0 > Reporter: Liyin Tang > Assignee: Liyin Tang > Fix For: 0.7.0 > > Attachments: Hive-1754.patch > > > Right now, JDBM is the major performance bottleneck of performance. > With the growth of the small table, the PUT and GET operation will take most of execution time. > Map Join is designed to load the data of small table into memory. > If the data is too large to hold in memory, then there is no need to use the map join strategy. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.