I have an Index created based on the frequent queries. Here is the order of Index 1- (A,B,C) . Index 2 (A,B,D) , Index 3 (A,B,E). There is already Index on (A,B) and (C), (D), (E) as well. Is there any way better way to do it ? The only performance i see is to delete Index (A,B) since it's covered under Index 1, 2, 3.
Appreciate your response