Topic on Extension talk:DeleteBatch

Batched DB transactions?

1
Kghbln (talkcontribs)

Hello. I was wondering if when using DeleteBatch, the whole list of pages are sent to the DB to be deleted at once or the query is instead batched using, e.g. $batchSize = $this->getBatchSize();. Looking at the code (still learning, apologies for any mistake) I don't see the deletions are being batched. Thanks for the help. Best regards, MarcoAurelio (talk) 14:36, 1 February 2020 (UTC)

Reply to "Batched DB transactions?"