Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-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 80BAE1864D for ; Fri, 8 May 2015 23:40:02 +0000 (UTC) Received: (qmail 3907 invoked by uid 500); 8 May 2015 23:40:02 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 3889 invoked by uid 500); 8 May 2015 23:40:02 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 3879 invoked by uid 99); 8 May 2015 23:40:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2015 23:40:02 +0000 Date: Fri, 8 May 2015 23:40:02 +0000 (UTC) From: "Sushanth Sowmyan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9451) Add max size of column dictionaries to ORC metadata 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-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535904#comment-14535904 ] Sushanth Sowmyan commented on HIVE-9451: ---------------------------------------- Removing fix version of 1.2.0 in preparation of release, since this is not a blocker for 1.2.0. > Add max size of column dictionaries to ORC metadata > --------------------------------------------------- > > Key: HIVE-9451 > URL: https://issues.apache.org/jira/browse/HIVE-9451 > Project: Hive > Issue Type: Improvement > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Labels: ORC > Attachments: HIVE-9451.patch, HIVE-9451.patch > > > To predict the amount of memory required to read an ORC file we need to know the size of the dictionaries for the columns that we are reading. I propose adding the number of bytes for each column's dictionary to the stripe's column statistics. The file's column statistics would have the maximum dictionary size for each column. -- This message was sent by Atlassian JIRA (v6.3.4#6332)