Massive Performance Degradation On Statistics For Large Partitioned Tables After Upgrade To 19c
(Doc ID 2611336.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
- In 19c there has been an enhancement with regard to how bit map indexes are treated when statistics are gathered. Ehancement request "BUG 27268249 - ENHANCE INDEX NDK STATISTICS GATHERINGW". In some cases the gathering time for statistics can take longer in the presence of bitmap indexes:
12c:
> select num_rows, sample_size
2 from dba_ind_statistics where index_name like '<index-name>'
3 and object_type = 'INDEX';NUM_ROWS SAMPLE_SIZE
------------------- ---------------
6132556 1481819c:
> select num_rows, sample_size
2 from dba_ind_statistics where index_name like '<index-name>'
3 and object_type = 'INDEX';NUM_ROWS SAMPLE_SIZE
------------------- ----------------
6409926 6409926
Changes
Enhancement "BUG 27268249 - ENHANCE INDEX NDK STATISTICS GATHERINGW"
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |