wiki.techinc.nl/includes/cache
Brad Jorsch 27c61fb1e9 Add actor table and code to start using it
Storing the user name or IP in every row in large tables like revision
and logging takes up space and makes operations on these tables slower.
This patch begins the process of moving those into one "actor" table
which other tables can reference with a single integer field.

A subsequent patch will remove the old columns.

Bug: T167246
Depends-On: I9293fd6e0f958d87e52965de925046f1bb8f8a50
Change-Id: I8d825eb02c69cc66d90bd41325133fd3f99f0226
2018-02-23 10:06:20 -08:00
..
localisation Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
BacklinkCache.php Clear the backlink cache on file delete 2018-01-16 09:32:28 +00:00
CacheDependency.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
CacheHelper.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
FileCacheBase.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
GenderCache.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
HTMLFileCache.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
LinkBatch.php Batch request titles for cdn purge from db 2017-08-30 18:22:11 +00:00
LinkCache.php Move Database and subclasses to Rdbms namespace 2017-04-12 10:43:57 -07:00
MessageBlobStore.php resourceloader: Remove deprecated MessageBlobStore::insertMessageBlob 2017-09-25 17:40:22 +00:00
MessageCache.php Merge "Switch the sidebar cache to using checkKeys" 2018-02-20 22:09:50 +00:00
ResourceFileCache.php
UserCache.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00