Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA20718463 for ; Wed, 11 Nov 2015 05:14:06 +0000 (UTC) Received: (qmail 94505 invoked by uid 500); 11 Nov 2015 05:14:05 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 94434 invoked by uid 500); 11 Nov 2015 05:14:05 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 94424 invoked by uid 99); 11 Nov 2015 05:14:05 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 05:14:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B28D61A0AD3 for ; Wed, 11 Nov 2015 05:14:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.148 X-Spam-Level: *** X-Spam-Status: No, score=3.148 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id cF13Y_ivjFcr for ; Wed, 11 Nov 2015 05:14:04 +0000 (UTC) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id E556C203C1 for ; Wed, 11 Nov 2015 05:14:03 +0000 (UTC) Received: by qgec40 with SMTP id c40so16236243qge.2 for ; Tue, 10 Nov 2015 21:13:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+UwykiSEHDSw6VuFHQg06DsHUt4jXIlI8CfFJusEjVI=; b=NFE5dQeCXhTa28xUloEfdCA1N4XUcaJCyl6t5D6v+mgI8CMxRW60C7OAEcNMbAj5PE tSUuMyrizd8DyhwoW4o4Dg33D+ZFGQhdp1ZXAISoz8XHCNtjTGIYpeH1bcot5jXw8u1Q g4R0XWJ1e0K23nc0Siql3hv30LPEVv7hQ2XUMey7759rKuPTuGQct1EN2MHcT3S6q72M 1q5tU7rKA10y+Xpwg2FHydhhiqGHxh9JXNeiMZsVBmUDMrTrJsy6hIaJQseF5QRNb4vc PAm6xumeT6TKn6s12MqCcB/y0omFVIC0ygVO4rRWmnWDa3ZNhG+Ozmy2ynvVE+dLnC38 ZHKA== MIME-Version: 1.0 X-Received: by 10.140.144.202 with SMTP id 193mr9375419qhq.38.1447218836709; Tue, 10 Nov 2015 21:13:56 -0800 (PST) Received: by 10.55.186.66 with HTTP; Tue, 10 Nov 2015 21:13:56 -0800 (PST) In-Reply-To: References: Date: Tue, 10 Nov 2015 21:13:56 -0800 Message-ID: Subject: Re: Compare Query Execution duration between ORC and SequenceFile From: reveen joe To: user@hive.apache.org Content-Type: multipart/alternative; boundary=001a11356642aca3f105243ce4c0 --001a11356642aca3f105243ce4c0 Content-Type: text/plain; charset=UTF-8 > Hi, > > I understand that data retrieval against an ORC table can be much faster > than a SequenceFile table when a *subset of columns* are selected. > > I am assuming Query Execution duration would be faster even when *all the > columns* in a given a partition are selected but not very sure about > this. > > Would you clarify if you have experimented projecting all the columns in a > given partition from an ORC file and how did it compare against > SequenceFile table? > > Thank you! > --001a11356642aca3f105243ce4c0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=
Hi,=C2=A0

I understand that data retrieval against an ORC table can be much faster = than a SequenceFile table when a subset of columns are selected.=C2= =A0

I am assuming Query Execution duration would b= e faster even when all the columns in a given a partition are select= ed but not very sure about this.=C2=A0

Would you c= larify if you have experimented projecting all the columns in a given parti= tion from an ORC file and how did it compare against SequenceFile table?=C2= =A0

Thank you!=C2=A0

--001a11356642aca3f105243ce4c0--