Bug #39535 support other compression algorithms than zlib
Submitted: 19 Sep 2008 12:30 Modified: 29 Sep 2009 10:18
Reporter: Mathias Walter Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Archive storage engine Severity:S4 (Feature request)
Version:5.1 OS:Any
Assigned to: CPU Architecture:Any
Tags: archive engine, compression

[19 Sep 2008 12:30] Mathias Walter
Description:
It would be great, if other compression algorithms than LZ77 (i. e. BZIP2 or LZMA) would be supported.

There could be an option to choose the compression method and the compression level.

How to repeat:
Its a feature request, not a bug.
[29 Sep 2009 10:18] Susanne Ebrecht
Many thanks for a reasonable feature request.
[22 Feb 2013 19:38] Claus Jeppesen
From testing gzip (LZ77) is simply too slow - newer algorithms like
lz4 (http://code.google.com/p/lz4/) which trades compression ratio for
speed seems like good alternative.