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
If the count returned from DAO.count() becomes smaller before the DAO.find() is called it can lead to thousands of DAO.find() calls.
Obviously if amount of visible rows is smaller than the returned count, the find method will be called as long as it will not return enough of results.
It is maybe more a PagedTable issue, since comes as a result of Table.getItemIds() call.
The text was updated successfully, but these errors were encountered:
If the count returned from DAO.count() becomes smaller before the DAO.find() is called it can lead to thousands of DAO.find() calls.
Obviously if amount of visible rows is smaller than the returned count, the find method will be called as long as it will not return enough of results.
It is maybe more a PagedTable issue, since comes as a result of Table.getItemIds() call.
The text was updated successfully, but these errors were encountered: