mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
fdc4779235
Storage engine independent support for column compression. TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB, TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT, VARCHAR and VARBINARY columns can be compressed. New COMPRESSED column attribute added: COMPRESSED[=<compression_method>] System variables added: column_compression_threshold column_compression_zlib_level column_compression_zlib_strategy column_compression_zlib_wrap Status variables added: Column_compressions Column_decompressions Limitations: - the only supported method currently is zlib - CSV storage engine stores data uncompressed on-disk even if COMPRESSED attribute is present - it is not possible to create indexes over compressed columns. |
||
---|---|---|
.. | ||
doc | ||
mysql-test | ||
PerconaFT | ||
tests | ||
tools | ||
CMakeLists.txt | ||
ha_tokudb.cc | ||
ha_tokudb.h | ||
ha_tokudb_admin.cc | ||
ha_tokudb_alter_55.cc | ||
ha_tokudb_alter_56.cc | ||
ha_tokudb_alter_common.cc | ||
ha_tokudb_mrr_maria.cc | ||
ha_tokudb_mrr_mysql.cc | ||
ha_tokudb_update.cc | ||
hatoku_cmp.cc | ||
hatoku_cmp.h | ||
hatoku_defines.h | ||
hatoku_hton.cc | ||
hatoku_hton.h | ||
tokudb.cnf | ||
tokudb_background.cc | ||
tokudb_background.h | ||
tokudb_buffer.h | ||
tokudb_card.h | ||
tokudb_debug.h | ||
tokudb_dir_cmd.cc | ||
tokudb_dir_cmd.h | ||
tokudb_information_schema.cc | ||
tokudb_information_schema.h | ||
tokudb_math.h | ||
tokudb_memory.h | ||
tokudb_status.h | ||
tokudb_sysvars.cc | ||
tokudb_sysvars.h | ||
tokudb_thread.cc | ||
tokudb_thread.h | ||
tokudb_time.h | ||
tokudb_txn.h | ||
tokudb_update_fun.cc | ||
tokudb_vlq.h |