I remember clearly in the past, deleting a relation (lets say with 3000 rows) will cost 3000 updates.
Can anyone help me confirm these:
- is this still the case?
- is there a limit to the number of rows in a delete action?
if so,
any advice on the best way to delete 3000 rows a day?
I know if i send the rowid’s to MAKE, then it would cost maybe 6 updates (max 500 mutations per api call). to delete them