Hi all,
I understand that by indexing a table, it would improve on the performance of a query. So if thats the case, won't it be good that I create indexes for all columns of all my tables? Is there any pitfalls in doing so?
Read from some optimization guides that ORDER BY does affect the performance negatively, but why?
Hopefully someone could enlighten me on these issues.
