Created on 05-30-2018 08:50 AM - edited 09-16-2022 06:17 AM
Hi,
is it possible to calculate statistics just for a given value in range partition of a Kudu table?
Thanks
Created 05-31-2018 09:04 AM
Hi @Tomas79Unfortunately 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
Created 11-03-2022 10:15 PM
@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?