Performance issue while using distinct MySQL Query
Summary:
Performance issue while using distinct in SQL Query
Content (please ensure you mask any confidential information):
Hi Team,
We are facing performance issue when using distinct. The same query taking 32 seconds when executed in Oracle database while in MYSQL for 1000 rows it is not even fetching results.
The Indexes and Data is same in both Side (MySQL and Oracle)
What other factors we need to check why MYSQL Distinct query has performance issues
Regards,
Mandar
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0