Skip to content

Swarms of DAO.find() if DAO.count() changes concurrently #4

@consros

Description

@consros

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions