MySQL optimising slow query
I am trying to run a transaction report but it is taking more than 40sec then timeout by the server. Hope I can get some help to get it optimised. select test_txn.abcid, txndate, txndate2 from test_txn inner join test_abc on…