Mysql – How can I optimize this simple join query? It takes a long time
I am not sure on how to begin optimizing this High Latency SQL query that my platform runs. Other than reducing the datasets, what are some things that I can do? SELECT ctm.* FROM compound_transaction_map ctm JOIN bustransaction_map btm ON…