Deleting multiple rows

I remember clearly in the past, deleting a relation (lets say with 3000 rows) will cost 3000 updates.

Can anyone help me confirm these:

  1. is this still the case?
  2. 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

I think if it’s a new plan and on a Glide Table then it won’t cost any updates.

As far as the technical limits I’m not sure how many it could handle

2 Likes

@NoCodeAndy This is not a bug so I’m not tagging as per usual. Do you have any insights?