Deleting 200 records at a time is too slow. How can I quickly delete 99% of the records?
Hi @jpca999,
if you are self-hosting you can increase this limit via BATCH_ROWS_SIZE_LIMIT
env var. However, if you are referring to deleting records in the user interface and find it inconvenient I am afraid we don’t really have a solution for this.
In the past we were discussing the ability to delete all records based on filters etc. What kind of mass deletion functionality are you looking for? To delete all rows in a table, to delete based on some criteria?
I think deleting all records based on filters is the best option for my use case.
1 Like