I created a trace file of a days work (~10 hours) at a client and ran it in the SQL Server tuning advisor.
The tuning advisor ran over the weekend and the report says:
Time taken for tuning: 2 days, 13 hours, 58 minutes
Number of events in workload: 1762519
Number of events tuned: 67525
Number of statements tuned: 37258
I also summed the "frequency" column in the tuning log to 141236 skipped events
Does this mean that the advisor only looked at 12%, (141236+67525)/1762519, of the workload file in 62 hours?
I.e. is the recommendation only based on the first hour of the workload?
Is there a way to speed up the analysis or do I need to run it for a month?