Dynamic Sampling
Dear Experts,
We have a general question. Our database version 19.17
We have a query where the cardinality is not properly calculated. Our stats are up to date.
We used dynamic sampling 11 and optimizer came up with correct count.
we cannot add the hint,because some times,the query will be submitted by 10 to 20 users,which may increase the parse time. Is there any alternative,that you can suggest.
Currently our stats job runs with 30% estimate.
Is dynamic sampling 11 equal to 100% estimate with Gather Stats.
If we run the stats with 100% for the problematic query, will it work without dynamic sampling 11?