https://bugzilla.wikimedia.org/show_bug.cgi?id=15623

Nemo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Nemo <[email protected]> 2012-12-03 17:54:39 UTC ---
(In reply to comment #3)
> A nice comparison, by the way:

Better comparison (on actual data) copied from
https://wiki.toolserver.org/view/Talk:User-store :

A huge portion of the space is taken by visitors stats, although now they have
two mirrors (WMF and IA). The oldest ones are compressed in LZMA (xz).
Compressing gz or xz is useless, can only increase size. I made some tests of
compression of a whole month uncompressed, 2011-03-pagecounts (184G):

    7z a -t7z -m0=BZip2 -mmt=6 -mx9 takes ~27h (6 cores, less than 100M memory)
and gives 41G
    7z a -t7z -m0=LZMA -mmt=on -mx9 -md=64m -mfb=64 takes ~56h (2 cores, 800M
memory) and gives 37G
    7z a -t7z -m0=LZMA -mmt=on -mx9 -md=256m -mfb=64 -ms=on takes about 3 days
(2 cores, 2700M memory) and gives 35G
    tar with xz uses LZMA with standard settings and can only give worse
results (I tried it but it got killed by mistake, wasn't going anywhere though)
    individual gz are 51.2G
    individual xz of this month are not yet available for comparison 

--Nemo 10:23, 22 March 2012 (UTC)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to