Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

COMPUTE Stats or Analyze table

avatar
Explorer

Hi All,

We have created a Hive database and have some external tables on with files placed in S3 bucket. Our Application accesses this data using Impala.

Tables are not partitioned and the files are in text/csv format.

How should we collect stats using Impala or Hive ?

Is it possible to collect stats for Hive tables using Impala and HIve tables stats should only be created to hive. Appreciate your help.

 

Regards.

Sandeep Suman

1 ACCEPTED SOLUTION

avatar

If you are mainly accessing the table using Impala, I'd recommend Impala's compute stats for best performance of Impala.

 

There are some subtle differences in the stats collected (whether they're partition or table-level). The engines can interoperate but Impala can generally generate better plans with the full set of stats from "COMPUTE STATS"

View solution in original post

1 REPLY 1

avatar

If you are mainly accessing the table using Impala, I'd recommend Impala's compute stats for best performance of Impala.

 

There are some subtle differences in the stats collected (whether they're partition or table-level). The engines can interoperate but Impala can generally generate better plans with the full set of stats from "COMPUTE STATS"