Indexes for searching
If I have a table with 10 columns, and I want to be able to search by any single column, or by any combination of the columns, would a single index including all columns be best? Or would ten indexes, one for each individual column, be preferred?
|