|
MediaWiki master
|
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 | |
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.
Definition in file runBatchedQuery.php.
| $maintClass = RunBatchedQuery::class |
Definition at line 93 of file runBatchedQuery.php.