How to prevent count(*) on list resource to improve performance
Hi! We have a performance issue with a (very) large resource, containing over 100 million records. By default the list view does a count(*) to get the amount of records and pagination. Is there a way to disable this? We are only interested in these amounts after a filter has been entered.
3 Replies
Switch the Pagination
Filament
Getting started - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.
This fixed it, thank you very much!