Nick Jenkins wrote:
Brion Vibber wrote:
If you like you can use the mwdumper tool to convert the XML dumps to local-import-friendly SQL instead of using importDump.php (which as you note needs a bug fix).
Can I please make a suggestion? Can the XML format be run through the mwdumper (or equivalent), and the result SQL _of that process_ be compressed and uploaded to the database dump site?
This would triple the disk space requirements for the data dumps (quadruple after the next major upgrade, quintuple the time after that...), and maybe a couple people might use some of them every once in a while.
One of the many reasons behind moving to the new dump format is so we don't _have_ to do that; you can transform to whatever local format you need. (And we provide software for you to do that if you like.)
Also, can we please have back the "is_redirect" field in the XML (and XML->SQL) output, that used to be in the cur SQL dump? ( Yes, I know I can generate it myself, but it is useful data, and may well be useful to many people - making each and every one of those users independently generate this info seems counterproductive).
Hmm, can probably do that yeah.
-- brion vibber (brion @ pobox.com)