I have a database that has many tables. In this database, there are a subset of tables that store information for similar (but distinct) rows of data, and one table that contains common search attributes that can be applied to each table.
There are 18 columns of searchable variables, and I'm not sure which is the best way to set up the indexes. Do I create a single Index for all the pertinent columns, or one Index for each one?