i have a master table with around 15 columns and i am trying to find
the appropriate primary keys and indexes for the table.
To make the records unique, i need to include two datetime columns (
start and end dates ) and two integer columns ( attributes of the
record ) to make up a composite primary key. Both of these four
columns are found in the WHERE clause of my queries.
Is it acceptable in the view of performance and how should i create
the indexes?