- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
index in hive question
Created ‎10-12-2018 01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
after i create an index on hive table will the index be used in the query selecting from that table or do i have to select from the index itself ?
Created ‎10-13-2018 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, indexes automatically help in filtering data when your select query has filters on indexed column. You dont need to explicitily select from index.
Created ‎10-13-2018 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, indexes automatically help in filtering data when your select query has filters on indexed column. You dont need to explicitily select from index.
Created ‎10-14-2018 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you give me an example on how to use the index after creation ?
I am seeing all kinds of strange things just to use the index , don't know if its valid for hive 1.2.1
