Hi, I have a table with 2 indexes, the first one defined like:
column1, column2, column3
and the second one
column1, column2
I am not sure if a can eliminate index 2. I supouse that, if index 1 has column1 and column2, maybe DB2 could use index one to cover both cases, I mean, on a where clause, DB2 has to match the exact columns of an index to use it or just the first columns ?
Thanks