hive table record filter


1 Answer(s)


Hi Rakesh,

You can use either where or having clause or use LIMIT to fetch only the top records.
Please check the link below for more information:
https://vcfvct.wordpress.com/2016/02/18/make-hive-query-faster-with-fetch-task/

Thanks