Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Patch for TokuDB compression algorithms

RIch Prohaska edited this page Jul 31, 2014 · 2 revisions

TokuDB supports 4 compression algorithms: no compression, quicklz, zlib, and lzma.

For MySQL, we added these compression types to the row format, so that commands like 'create table', and 'alter table' can use them. MariaDB uses the compression table option to select the compression level.

Clone this wiki locally