You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Lin <li...@gmail.com> on 2012/08/08 02:01:30 UTC

Some Questions about Hive Index

Hi,

When I try to use Hive Indexing, I have the following questions.

1. Does Indexing have the same performance on both the partitioned and
non-partitioned tables? How about bucketed and un-bucked tables?

2. Is it possible for us to build index of function of indexed columns,
like
        create index x on my_table(my_function_1(col1, col2, ...),
my_function_2(col1, col2, ...), ...)?

3. If we try to use the non-indexed columns in base table,  can we use the
index table to speed up the query? join?

Any suggestions? Thanks in advance.


Best wishes,
Lin