Created 12-14-2017 09:33 AM
Doing select count on table having 3 lac/more records takes more than 5 mins. Is there any tuning document for hive we can refer to optimize query performance ?
Created 12-26-2017 06:22 AM
@Ashnee Sharma
Can you please set hive.support.concurrency=false and
then try to run select count(*) from rasdb.test;
Created 12-26-2017 11:09 AM
@srinivasa rao
I have tried with following properties
it is taking 3 min. for count.