Hi all,

I wrote these notes earlier this year.


I heard today that someone mentioned Hive 1 does not support indexes but
hive 2 does.


I still believe that Hive does not support indexing as per below. Has this
been changed?


Regards,


Mich

---------- Forwarded message ---------
From: Mich Talebzadeh <mich.talebza...@gmail.com>
Date: Thu, 2 Apr 2020 at 12:17
Subject: How useful are tools for Hive data modeling
To: user <user@hive.apache.org>


Hi,

Fundamentally Hive tables have structure and support provided by desc
formatted <TABLE> and show partitions <TABLE>.

Hive does not support indexes in real HQL operations (I stand corrected).
So what we have are tables, partitions and clustering (AKA hash
partitioning).

Hive does not support indexes because Hadoop lacks blocks locality
necessary for indexes. So If I use a tool like Collibra, Ab-intio etc what
advantage(s) one is going to gain on top a simple sell scrip to get table
and partition definitions?

Thanks,


*Disclaimer:* Use it at your own risk. Any and all responsibility for any
loss, damage or destruction of data or any other property which may arise
from relying on this email's technical content is explicitly disclaimed.
The author will in no case be liable for any monetary damages arising from
such loss, damage or destruction.

Reply via email to