You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, the database optimizer cannot correctly decide to use indexes in queries with WHERE IN. The solution is to force the index or, in cases like a paginator, to limit the query.
In some cases, the database optimizer cannot correctly decide to use indexes in queries with WHERE IN. The solution is to force the index or, in cases like a paginator, to limit the query.
However, the paginator now clears the maxResults:
orm/src/Tools/Pagination/Paginator.php
Line 139 in b1f8253
Some proof
Without limit:
With limit:
The text was updated successfully, but these errors were encountered: