How to optimize the low performance MySQL query
The below query finds one id by using the below query format but it seems I have indexed all columns, but it took time to execute between 54.3 seconds - 1.2 mins. What can I try next? Query: select op.ord_prod_id…