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

perf: pipeline decompression and compression during compaction #599

Closed
petermattis opened this issue Mar 30, 2020 · 1 comment
Closed

perf: pipeline decompression and compression during compaction #599

petermattis opened this issue Mar 30, 2020 · 1 comment
Assignees

Comments

@petermattis
Copy link
Collaborator

When looking at CPU profiles, block decompression during reads, and compressing writes, show up significantly. On the read side, it would be nice for that decompression to take place asynchronously via some sort of read-ahead mechanism. On the write side, it would be nice for the compression to take place asynchronously and not block further compaction work. There is a PR in RocksDB that adds a pipeline for the compression side. We should investigate doing something similar.

@nicktrav
Copy link
Contributor

The compression piece of this has now been implemented. I've created #1722 for tracking work on the decompression.

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