rocksdb-sharp icon indicating copy to clipboard operation
rocksdb-sharp copied to clipboard

Native build with Zlib or LZ4 linked

Open saikatguha opened this issue 6 years ago • 2 comments

Issue: The current native build doesn't have Zlib or LZ4 linked in. There doesn't appear to be a way to plug-in these compression methods without directly linking into the native build. Zlib and LZ4 have perf characteristics that are better than Snappy in many workloads.

Request: Please link in additional compression methods with the native build, preferably Zlib and/or LZ4. Thanks!

saikatguha avatar Nov 23 '18 17:11 saikatguha

Would be better yet if it also included support for Zstd

roja avatar Jul 11 '19 10:07 roja

vcpkg worked great for me.

vcpkg install rocksdb[core,zlib,zstd,lz4,snappy]:x64-windows --recurse

azhmur avatar Jul 25 '19 11:07 azhmur