I’m struggling with some updates to my larger tables. I don’t think it’s too big - about 6000 tweets.
I’ve got a button that flags all tweets with a smaller timestamp (for delete). Running this once, it flags 3000 rows. Running it again, on a tweet from a little later on… and it just does nothing. I get a little “progress circle” for a while, but then that stops.
In fact, trying to run other button based actions also seems to fail. Some of these buttons now become inactive, with a little spinner too.
Are there any back-end limits or design factors I should be aware of when working with bigger tables? Thanks