I didn't rigorously test the threshold, but calling DELETE on 100 is okay while calling it on 6000 is not okay.
From what I read on a stackoverflow: this could be due to the trigger function adding execution time to each DELETE call, which eventually exceeds the maximum time allowed by Supabase, but I'm not 100% sure.
I didn't rigorously test the threshold, but calling DELETE on 100 is okay while calling it on 6000 is not okay. From what I read on a stackoverflow: this could be due to the trigger function adding execution time to each DELETE call, which eventually exceeds the maximum time allowed by Supabase, but I'm not 100% sure.