Hi,

I am planning for a Hive External Partition Table based on a date.

Which one of the below yields a better performance or both have the same 
performance?

1) Partition based on one folder per day
LIKE date INT
2) Partition based on one folder per year / month / day ( So it has three 
folders) 
LIKE year INT, month INT, day INT

Thanks,
Raj

Reply via email to