Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 71496 invoked from network); 17 Aug 2009 12:10:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Aug 2009 12:10:33 -0000 Received: (qmail 90849 invoked by uid 500); 17 Aug 2009 12:10:39 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 90808 invoked by uid 500); 17 Aug 2009 12:10:39 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 90709 invoked by uid 99); 17 Aug 2009 12:10:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 12:10:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Aug 2009 12:10:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41B15234C046 for ; Mon, 17 Aug 2009 05:10:15 -0700 (PDT) Message-ID: <1603939557.1250511015264.JavaMail.jira@brutus> Date: Mon, 17 Aug 2009 05:10:15 -0700 (PDT) From: "He Yongqiang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-756) performance improvement for RCFile and ColumnarSerDe in Hive In-Reply-To: <80000326.1250298494806.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744029#action_12744029 ] He Yongqiang commented on HIVE-756: ----------------------------------- Changes for ColumnarStruct is good. @hive-756.patch: line 100: The new var "prjColIDs" is not necessary. The cost wouldn't deviate too much from using a boolean array to do the same things. {quote} 1. Columns information is provided but empty: we ignore all columns 2. Columns information is not provided: we read all columns. In this way if the caller (some non-hive applications) does not know the RCFile column information settings, it can still read in all columns. {quote} Agree. We can use "none" as the conf value to denote empty columns, and use "" to denote all columns. The code for setting and reading lies in HiveFileFormatUtils. > performance improvement for RCFile and ColumnarSerDe in Hive > ------------------------------------------------------------ > > Key: HIVE-756 > URL: https://issues.apache.org/jira/browse/HIVE-756 > Project: Hadoop Hive > Issue Type: Improvement > Reporter: Ning Zhang > Assignee: Ning Zhang > Attachments: hive-756.patch > > > There are some easy performance improvements in the columnar storage in Hive I found during Hackathon. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.