Hello.
In a general attempt to improve peformance, which is the best approach?
i) Analysing load scripts to see which columns are hit most, indexing the top X many and collecting stats.
ii) Analysing report scripts to see which columns are hit most, indexing the top X many and collecting stats.
iii) Putting indexes on likely columns & collecting stats
iv) Collecting stats on likely columns and using the info to decide what to index. (Subsidiary question - what does the info tell you?)
v) None of the above, but something you whizzes out there know is REALLY the right approach.
Thanks in advance,
Richard.
In a general attempt to improve peformance, which is the best approach?
i) Analysing load scripts to see which columns are hit most, indexing the top X many and collecting stats.
ii) Analysing report scripts to see which columns are hit most, indexing the top X many and collecting stats.
iii) Putting indexes on likely columns & collecting stats
iv) Collecting stats on likely columns and using the info to decide what to index. (Subsidiary question - what does the info tell you?)
v) None of the above, but something you whizzes out there know is REALLY the right approach.
Thanks in advance,
Richard.