stephan-hof / pyrocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
150 stars 169 forks source link

Support preset compression dictionary #49

Open Downchuck opened 8 years ago

Downchuck commented 8 years ago

From the blog:

Allow preset compression dictionary for improved compression of block-based tables. This is supported for zlib, zstd, and lz4. The compression dictionary’s size is configurable via CompressionOptions::max_dict_bytes.

Downchuck commented 7 years ago

Alright, zstd has hit version 1, stable.