> and when we issue the following query, its doing a "Full table scan"
>
>
> SELECT * FROM foo WHERE id=
Bucket pruning is available in Hive-2.0 right now (HIVE-11525).
Doc note pending, for 2016 when Hive-2.0 releases.
Cheers,
Gopal
cc: user@hive.apache.org
-- Lefty
On Mon, Dec 28, 2015 at 11:00 PM, Varadharajan Mukundan <
srinath...@gmail.com> wrote:
> Hi All,
>
> Say i have a table with below schema:
>
> CREATE TABLE foo (id INT) CLUSTERED BY (id) INTO 8 BUCKETS STORED AS ORC;
>
> and when we issue the following query,
triggered which does the
grouping/selection of data into various buckets
Regards
Bejoy KS
From: shaik ahamed
To: user@hive.apache.org
Sent: Monday, June 25, 2012 1:46 PM
Subject: hive buckets
Hi Users,
I am new to hive ,i need the clarity on
hive
Hi Users,
I am new to hive ,i need the clarity on hive buckets as this is
done with the hive partition table only or we can create a buckets for hive
table .please give an example with the sample data.