Automatic usage of indexes is still under development (HIVE-1644).
JVS
On Apr 15, 2011, at 1:31 AM, Erix Yao wrote:
> hi,
> I installed the hive-0.7 release for the index feature.
> Here's my test table schema:
>
> create table testforindex (id bigint, type int) row format delimited fields
hi,
I installed the hive-0.7 release for the index feature.
Here's my test table schema:
create table testforindex (id bigint, type int) row format delimited fields
terminated by ',' lines terminated by '\n';;
create index type_idx on table testforindex (type) AS
'org.apache.hadoop.hive.ql.in