MediaWiki master
runBatchedQuery.php File Reference

Run a database query in batches and wait for replica DBs. More...

Go to the source code of this file.

Classes

class  RunBatchedQuery
 Maintenance script to run a database query in batches and wait for replica DBs. More...
 

Variables

 $maintClass = RunBatchedQuery::class
 

Detailed Description

Run a database query in batches and wait for replica DBs.

This is used on large wikis to prevent replication lag from going through the roof when executing large write queries.

Note
GPL-2.0-or-later

Definition in file runBatchedQuery.php.

Variable Documentation

◆ $maintClass

$maintClass = RunBatchedQuery::class

Definition at line 93 of file runBatchedQuery.php.