Search Results

2
votes

Why is pagination so resource-expensive?

This question seems pretty well covered, but I'll add a little something MySQL specific as it catches out a lot of people: Avoid using SQL_CALC_FOUND_ROWS. Unless the dataset i …
1
vote

performance - single join select vs. multiple simple selects

As has been said before, there is no right answer without context. The answer to this is dependent on (from the top of my head): the amount of joining the type of joi …