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

Please expose the compression option "parallel_threads". #515

Closed
joshtriplett opened this issue Apr 27, 2021 · 3 comments · Fixed by #828
Closed

Please expose the compression option "parallel_threads". #515

joshtriplett opened this issue Apr 27, 2021 · 3 comments · Fixed by #828

Comments

@joshtriplett
Copy link

RocksDB supports parallel compression, which provides a significant performance improvement for zstd. Please consider exposing the parallel_threads compression option.

@stanislav-tkach
Copy link
Member

As far as I can see, this option isn't available through C API. I have made the pull request.

@stanislav-tkach
Copy link
Member

The pull request is merged, but we need to wait for a release that includes these changes.

@teor2345
Copy link

teor2345 commented Jan 4, 2023

Just wondering if this has made it into the Rust API yet?

I had a look for parallel_threads, but I couldn't find it.

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

Successfully merging a pull request may close this issue.

3 participants