Chunking bulk actions
We have a resource with around 20k models. When trying to do bulk actions we hit php memory limits due to the size of the models.
We are migrating from Nova to Filament with this.
Is there a way to chunk the action? The records themselves don't need to be queried directly but can be retrieved later when we fire the jobs.
1 Reply
Is there a specific method you are trying to do? For example, if you are doing 20K records they are not being selected individually, so what conditions them being selected?