Compression Plugins
Installing
apt-get install mariadb-plugin-provider-lz4INSTALL SONAME 'provider_lz4';SET GLOBAL innodb_compression_algorithm = lz4;Upgrading
See Also
Last updated
Was this helpful?
apt-get install mariadb-plugin-provider-lz4INSTALL SONAME 'provider_lz4';SET GLOBAL innodb_compression_algorithm = lz4;Last updated
Was this helpful?
Was this helpful?
Warning : MariaDB tried to use the LZMA compression, but its provider plugin is not loaded
Error : Table 'test.t' doesn't exist in engine
status : Operation failedError : Table test/t is compressed with lzma, which is not currently loaded.
Please load the lzma provider plugin to open the table
error : Corrupt