Answer the question
In order to leave comments, you need to log in
How to get rid of join() completely?
After QueryBuilder becomes useless, and there are more than 25+ users per table , what to do? How to be? How to get rid of all joins and speed up fetches?
Answer the question
In order to leave comments, you need to log in
The number of joins is not at all an indicator of the badness / goodness of the request.
Long query execution time and consumed resources - this may be the reason.
as in Laravel - replace joins with select .... where .... in
but according to your mind - you need to optimize the table structure
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question