Hi,
I am asked to improve the performance of 2 individual queries.
First query searches on column A of Table1. Column A has unique values.
Second query searches on column B of Table1. Column B is not unique.
Obviously a combination of COL A and COL B is unique.
And I found that there are no indexes defined on these columns.
Will an index on (COL A, COL B) improve performance on these individual queries??
Please let me know if it is OK for me to raise a request to create an index on Table1 on (COL A, COL B)?