Query Optimisation : Force MySQL to use 3 column compound index
I have a compound index on 3 columns. Now I want to execute the query based on only 2 columns, which both are not indexed. So the query takes long time to execute. How to I make use of the…