InterviewSolution
Saved Bookmarks
| 1. |
My Query Was Fine Last Week And Now It Is Slow. Why? |
|
Answer» The likely cause of this is because the execution plan has CHANGED. Generate a current explain plan of the offending query and compare it to a previous one that was TAKEN when the query was performing WELL. Usually the previous plan is not AVAILABLE. Some factors that can cause a plan to change are:
The likely cause of this is because the execution plan has changed. Generate a current explain plan of the offending query and compare it to a previous one that was taken when the query was performing well. Usually the previous plan is not available. Some factors that can cause a plan to change are: |
|