InterviewSolution
Saved Bookmarks
| 1. |
What exactly is index hunting, and how does it aid query performance? |
|
Answer» Index hunting is the METHOD of boosting a collection of indexes. This is done because indexes improve query performance as well as query processing time. It aids in query performance IMPROVEMENT in the following ways:
|
|