Anyone know why hive has such a high latency?  scan a table with 16,522,439 
rows take more than 85 seconds. To read these data off disk, we only need about 
10 seconds (even not consider the caching which read data from memory). So 
where does 75 seconds go to?  will Deserialize & Serialize  these objects takes 
a long time?

the sql is
select count(1) from table



Reply via email to