-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Travis Derouin wrote:
We have reached the maximum table size limit of 4GB for our text table
- what's the best way around or to fix this?
Well, the best is probably to use InnoDB tables instead of MyISAM. :)
But see the general documentation which shows a number of possible issues and workarounds: http://dev.mysql.com/doc/refman/5.0/en/full-table.html
Also consider using compression in MediaWiki to save space ($wgCompressRevisions to gzip newly saved revisions, and/or run maintenance/storage/compressOld.php to perform batch compression.) But fix the table first!
- -- brion vibber (brion @ pobox.com / brion @ wikimedia.org)