I\'m working on a project with a rather large Oracle database (although my question applies equally well to other databases). We have a web interface which allows users to
How many columns are there?
I have always been told to make single-column indexes, not multi-column indexes. So no more indexes than the amount of columns, IMHO.