Artur- / spring-data-provider

Spring Data Provider for Vaadin 8 and 10
Apache License 2.0
15 stars 15 forks source link

Useless count queries #13

Open heruan opened 6 years ago

heruan commented 6 years ago

I see every time the fetchFromBackend method is called, two queries are issued:

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.