With SQL databases, a series of deletions (and/or other changes) tends to go much faster when it is wrapped in a transaction. That might be true here, too.
1 Like
With SQL databases, a series of deletions (and/or other changes) tends to go much faster when it is wrapped in a transaction. That might be true here, too.