I have two indexes:I1(a,b,c) and I2(a,b). Would it be fine to delete index I2 without impacting the
I have two indexes:I1(a,b,c) and I2(a,b).
Would it be fine to delete index I2 without impacting the database performance , as I1 appears to be superset ?
Can selectivity have any say in taking this decision?
4