adaptiveplans
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| adaptiveplans [2015/07/22 13:38] – z0hpvk | adaptiveplans [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| < | < | ||
| Use the following to also see the expected and actual cardinalities.\\ | Use the following to also see the expected and actual cardinalities.\\ | ||
| + | You will also need to add the GATHER_PLAN_STATISTICS hint to the SQL query. | ||
| < | < | ||
| With an adaptive plan you may see differences between the estimated rows (E-Rows) and actual rows (A-Rows).\\ | With an adaptive plan you may see differences between the estimated rows (E-Rows) and actual rows (A-Rows).\\ | ||
| - | The v$SQL view has a new column called IS_RESOLVED_ADAPTIVE_PLAN.\\ | + | The V$SQL view has a new column called IS_RESOLVED_ADAPTIVE_PLAN.\\ |
| - | This column can have a value of N, Y or null.\\ | + | This column can have a value of null, Y or N\\ |
| * Null : Non-Adapative Plan | * Null : Non-Adapative Plan | ||
| * Y : Adaptive Plan and a final plan has been selected | * Y : Adaptive Plan and a final plan has been selected | ||
| * N : Adaptive Plan but the final plan has not yet been decided on | * N : Adaptive Plan but the final plan has not yet been decided on | ||
| - | Initialisation Parameter: OPTIMIZER_ADAPTIVE_REPORTING_ONLY | + | Initialisation Parameter: OPTIMIZER_ADAPTIVE_REPORTING_ONLY |
| + | When set to TRUE information needed to enable adaptive join methods will be gathered only. No action is taken to change the plan. | ||
adaptiveplans.1437572289.txt.gz · Last modified: (external edit)
