Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 9814A9EAD for ; Thu, 8 Dec 2011 23:34:01 +0000 (UTC) Received: (qmail 92052 invoked by uid 500); 8 Dec 2011 23:34:01 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 92026 invoked by uid 500); 8 Dec 2011 23:34:01 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 92018 invoked by uid 500); 8 Dec 2011 23:34:01 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 92015 invoked by uid 99); 8 Dec 2011 23:34:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 23:34:01 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 23:34:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4F8661087E3 for ; Thu, 8 Dec 2011 23:33:40 +0000 (UTC) Date: Thu, 8 Dec 2011 23:33:40 +0000 (UTC) From: "Dmitriy V. Ryaboy (Updated) (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <321401922.55619.1323387220326.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <597791773.25611.1321225552148.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (PIG-2359) Support more efficient Tuples when schemas are known 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/PIG-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-2359: ----------------------------------- Status: Patch Available (was: Open) Ok I think this is ready for review. > Support more efficient Tuples when schemas are known > ---------------------------------------------------- > > Key: PIG-2359 > URL: https://issues.apache.org/jira/browse/PIG-2359 > Project: Pig > Issue Type: New Feature > Reporter: Dmitriy V. Ryaboy > Assignee: Dmitriy V. Ryaboy > Attachments: PIG-2359.1.patch, PIG-2359.2.patch, PIG-2359.3.patch > > > Pig Tuples have significant overhead due to the fact that all the fields are Objects. > When a Tuple only contains primitive fields (ints, longs, etc), it's possible to avoid this overhead, which would result in significant memory savings. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira