Add an objectcache table for limited caching when memcached isn't
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 9 May 2004 05:12:55 +0000 (05:12 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 9 May 2004 05:12:55 +0000 (05:12 +0000)
commit0c2fba0ac401938729a14c3bda5e793a96295139
treeeccb0fd7d84c769263c03ace1073c25d4268ba8c
parent361edda09ca6502e8a09dce8e2d1258bd159f4ef
Add an objectcache table for limited caching when memcached isn't
available. Currently using for the message cache to avoid reading
every message separately. This now is only slightly slower than
memcached in my tests when $wgUseDatabaseMessages is enabled, so
it's a bit of a speedup for common hosts.
config/index.php
includes/MessageCache.php
includes/ObjectCache.php [new file with mode: 0644]
includes/Setup.php
maintenance/archives/patch-list.txt
maintenance/archives/patch-objectcache.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc