Hi,
We want to index some columns in our database.
Some of those columns are already indexed.
We are thinking to drop these single column indexes and want to create composite index for these columns i.e. creating single index with several columns rather than several indexes each with one column.
Is this approach fine??
Thanx in advance