Allow SqlBagOStuff data to be split over many tables, to avoid lock contention perfor...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 4 Jul 2011 12:01:10 +0000 (12:01 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 4 Jul 2011 12:01:10 +0000 (12:01 +0000)
commit9f4064540ebe4188e0f2c9d3ac25791c8c9ff828
tree8cdb25e5145b1d15119e3adb11d26a714732d17f
parent4c0d6c69dde375a62be4852c2067d0fc4775b1d4
Allow SqlBagOStuff data to be split over many tables, to avoid lock contention performance issues on servers with a high write load. See bugs.mysql.com/bug.php?id=61735 and http://bugs.mysql.com/bug.php?id=61736 .
includes/objectcache/SqlBagOStuff.php