Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native build with Zlib or LZ4 linked #50

Open
saikatguha opened this issue Nov 23, 2018 · 2 comments
Open

Native build with Zlib or LZ4 linked #50

saikatguha opened this issue Nov 23, 2018 · 2 comments

Comments

@saikatguha
Copy link

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!

@roja
Copy link

roja commented Jul 11, 2019

Would be better yet if it also included support for Zstd

@azhmur
Copy link

azhmur commented Jul 25, 2019

vcpkg worked great for me.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants