How Execution Plans Can Change occur by the below reasons:
- Schema changes (usually changes in indexes & table ) between the two operations.
- Different Costs
- Even if the schema are the same, the optimizer can choose different execution plans when the costs are different. Some factors that affect the costs include the following:
- Data volume and statistics
- Bind variable types and literal values
No comments:
Post a Comment