Closed Arkhas closed 7 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
I guess this PR also fixes #3133. @abdulrhmansouda would you be able to review? Thanks!
I fixed this problem when I changed the isComplexQuery function #3133. and it's ready. you can review it.
Please run composer pr
on your local machine to fix the linting. I haven't figured out yet how to automate in PR. Thanks!
Released on v11.1.0, 🚀 thanks!
The issues was for simple queries with complexe wheres, a sub query was used resulting in the following query :
resulting into an uneccessary temporary table, the query we would like to have would be this one :
On our app, the gains were massive, one of our datables would just timeout and with this change it load now in less than 5 seconds