Absolutely not . Database Engine Tuning Advisor has a very limited scope, only recommending indexes for a specific workload. But the actual workload may vary.
For example, DTA would recommend index1
for a specific request. But say that the table is the goal of significant data modification, so the advantages of index1
so small that index1
from data changes from a more significant workload is supported compared to overhead and performance index1
. (this is just an example, but should serve to illustrate how a shotgun approach when indexing can cause you problems)
Take the DTA recommendations as soon as these ... recommendations . There is no substitute for the due diligence of testing recommended indexing in the actual work equivalent workload.
source share