wiki.techinc.nl/includes/ExternalLinks
Lucas Werkmeister 7122b6b2c7 Add $wgExternalLinksDomainGaps config setting
This setting can be used to optimize externallinks queries for certain
domains that have many entries in the externallinks table, but also big
“gaps” where the table contains no entries for that domain. By putting
those gaps (whose el_id values would usually have been obtained on the
analytics databases) into the configuration, we can have MediaWiki tell
the database to skip those ranges of the table instead of scanning
through them. (This is only relevant for domains that have enough
entries that the database chooses to scan the table in primary key order
rather than using the el_to_domain_index_to_path index and filesorting.)

Bug: T341000
Change-Id: Iec4fe01aaa595fbaf3b427b7baa68a9d7209b117
2023-09-06 20:18:32 +02:00
..
ExternalLinksLookup.php ExternalLinks: Drop migration code 2023-09-05 16:43:18 +02:00
LinkFilter.php Add $wgExternalLinksDomainGaps config setting 2023-09-06 20:18:32 +02:00