Hi Team,
Below table stats query is taking 3 hours . Any insights to improve the performance ?
This table has indexes and partitioned. It has around 80 million records.
beginĀ dbms_stats.gather_table_stats(ownname => 'RTDMCDM', tabname => 'CI_SUBS_RESPONSE_HISTORY_ARC',estimate_percent =>
DBMS_STATS.AUTO_SAMPLE_SIZE,method_opt => 'FOR ALL COLUMNS SIZE AUTO'
Thanks in advance.