Open heruan opened 6 years ago
I see every time the fetchFromBackend method is called, two queries are issued:
fetchFromBackend
count
select
I think this is due to Spring's Page which issues a count query to provide the total number of items, which is not needed by Vaadin's data providers.
Page
I see every time the
fetchFromBackend
method is called, two queries are issued:count
queryselect
queryI think this is due to Spring's
Page
which issues acount
query to provide the total number of items, which is not needed by Vaadin's data providers.