Last modified: 2014-09-04 07:32:56 UTC
I converted 20140721.json.gz to 20140721.json.xz and 20140721.json.bz2; gz is 2.9 GB, the other two were 2.0 GB. Saved space seems worth the effort. For uncompression, which is what matters, xz uncompressed in 4 min vs. 2 min of gz. All the formats are supported natively by tar -af etc.; in recent versions, xz is parallel. I'm quoting from memory, because I killed the screen by mistake, but it seems LZMA/xz may be best choice.
(In reply to Nemo from comment #0) > in recent > versions, xz is parallel Source: http://sourceforge.net/p/lzmautils/discussion/708858/thread/d37155d1/#d8af (currently Ubuntu has liblzma 5.1.0alpha, fedora 20 has 5.1.2alpha).
This could also be implemented by offering several formats, as in the case of daily dumps. In this case, the URLs of the files should first be made more standard to help people find these files: Bug 70385 and Bug 68792.