Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 E45F0D475 for ; Fri, 7 Sep 2012 21:56:08 +0000 (UTC) Received: (qmail 47080 invoked by uid 500); 7 Sep 2012 21:56:08 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 47036 invoked by uid 500); 7 Sep 2012 21:56:08 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 47022 invoked by uid 500); 7 Sep 2012 21:56:08 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 47019 invoked by uid 99); 7 Sep 2012 21:56:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 21:56:08 +0000 Date: Sat, 8 Sep 2012 08:56:08 +1100 (NCT) From: "Feng Lu (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1919385488.52549.1347054968321.JavaMail.jiratomcat@arcas> In-Reply-To: <972981654.24121.1346439548353.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HIVE-3421) Column Level Top K Values Statistics 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-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Feng Lu updated HIVE-3421: -------------------------- Attachment: HIVE-3421.patch.8.txt > Column Level Top K Values Statistics > ------------------------------------ > > Key: HIVE-3421 > URL: https://issues.apache.org/jira/browse/HIVE-3421 > Project: Hive > Issue Type: New Feature > Reporter: Feng Lu > Assignee: Feng Lu > Attachments: HIVE-3421.patch.1.txt, HIVE-3421.patch.2.txt, HIVE-3421.patch.3.txt, HIVE-3421.patch.4.txt, HIVE-3421.patch.5.txt, HIVE-3421.patch.6.txt, HIVE-3421.patch.7.txt, HIVE-3421.patch.8.txt, HIVE-3421.patch.txt > > > Compute (estimate) top k values statistics for each column, and put the most skewed column into skewed info, if user hasn't specified skew. > This feature depends on ListBucketing (create table skewed on) https://cwiki.apache.org/Hive/listbucketing.html. > All column topk can be added to skewed info, if in the future skewed info supports multiple independent columns. > The TopK algorithm is based on this paper: > http://www.cs.ucsb.edu/research/tech_reports/reports/2005-23.pdf -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira