Hi,
We created a bucketed table and when we select in the following way:
select *
from testtble
where bucket_col ='X';

We observe that there all of the table is being read and not just the
specific bucket.

Does Hive support such a feature ?


Thanks,
Daniel

Reply via email to