SQL Query Optimisation for multiple table jons with millions of records – Mysql
Can anyone suggest me a way to optimise the given query? It has multiple joins and if we try it with larger dataset of 10M records. The query takes much amount of time. SELECT AUDM.distributeTS AS distributionDate, ASMT.name, ACM.studentid, AUDM.users…