InterviewSolution
Saved Bookmarks
| 1. |
Optimizers use __________ to reduce the cost of optimization.(a) Analyzers(b) Statistics(c) Heuristics(d) Caches |
|
Answer» Correct answer is (c) Heuristics Explanation: Cost based optimizers may be expensive as exploring space of all possible plans might prove to be costly. So, optimizers use heuristics to reduce the cost of optimization. |
|