Adding statistics for minor columns with update index statistics

To create or update statistics on all columns in an index, use update index statistics. The syntax is:

update index statistics
table_name [[ partition data_partition_name ] |
[ index_name [ partition index_partition_name ] ] ]
[ using step values ]
[ with consumers = consumers ] [, sampling = percent]