Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

kudu incremental stats

avatar

Hi,

 is it possible to calculate statistics just for a given value in range partition of a Kudu table?

Thanks

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Hi @Tomas79

Unfortunately no, COMPUTE INCREMENTAL STATS only applies to partitioned HDFS tables.

source: https://www.cloudera.com/documentation/enterprise/latest/topics/impala_compute_stats.html

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

Hi @Tomas79

Unfortunately no, COMPUTE INCREMENTAL STATS only applies to partitioned HDFS tables.

source: https://www.cloudera.com/documentation/enterprise/latest/topics/impala_compute_stats.html

avatar
Explorer

@AcharkiMed 

Is it not possible to compute incremental statistics on KUDU tables?
Do I have to do 'compute stats' every day to compute statistics for all the data in the table?