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 D60EE11CF5 for ; Sat, 6 Sep 2014 16:20:10 +0000 (UTC) Received: (qmail 74182 invoked by uid 500); 6 Sep 2014 16:20:09 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 74102 invoked by uid 500); 6 Sep 2014 16:20:09 -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 74092 invoked by uid 99); 6 Sep 2014 16:20:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2014 16:20:09 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alain.petrus11@gmail.com designates 74.125.82.66 as permitted sender) Received: from [74.125.82.66] (HELO mail-wg0-f66.google.com) (74.125.82.66) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2014 16:20:03 +0000 Received: by mail-wg0-f66.google.com with SMTP id x12so252537wgg.1 for ; Sat, 06 Sep 2014 09:19:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=MXVohmFwC5u/9XbE2EAsr78Fc5YCWvjo1zEqACO1pxg=; b=FaP00HkXPbYu7KJ4yA4k2PgCMBWMQkbUO26IhNkBJMiTQg3Idpy3NdaoEwneduVpV6 1DX8hhRyVwKP+FNo3D4maIwRwsy85/qvnpPd7jNIxIqAS664vlaPuWUNW/dhK3x4VoNw uTj51vRIF6n/zJ7fhWyJibFXSfWSpIZ1SIfsucTo+JMt7zYAt1nljwE392WyhguJgy1c EDUnHl15GbeXhOIj0kfXEvIOlp87b2yuy/rSuWSi9NrvIgo6ZiA3YbPfqODb+OVC0lo7 dKE7eRHianvFszwYffAet+6yVw9ATg9VdJKKrBA0Dif7ZLnT+P8jIkRwzqs8oQfWOavf RYZw== X-Received: by 10.180.189.226 with SMTP id gl2mr11269120wic.12.1410020381944; Sat, 06 Sep 2014 09:19:41 -0700 (PDT) Received: from [192.168.1.103] (60-35.63-188.cust.bluewin.ch. [188.63.35.60]) by mx.google.com with ESMTPSA id ka3sm4998479wjc.3.2014.09.06.09.19.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Sep 2014 09:19:41 -0700 (PDT) From: Alain Petrus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Hive Indexing and ORC Message-Id: Date: Sat, 6 Sep 2014 18:19:38 +0200 To: user@hive.apache.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org Hello, Is it possible to create an index on table stored as ORC and compressed = as Snappy? Does it make sense? I am wondering if Hive indexing is a mature = functionality? Thanks, Alain=