InterviewSolution
Saved Bookmarks
| 1. |
What Are The Factors Affecting The Cost Of A Execution Plan? |
|
Answer» The cost of executing a PLAN is directly proportional to the amount of RESOURCES such as I/O, MEMORY and CPU NECESSARY to execute the proposed plan. The cost of executing a plan is directly proportional to the amount of resources such as I/O, memory and CPU necessary to execute the proposed plan. |
|