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

Cache a fixed amount of sequence numbers in the PartitionStore for deduplication #323

Open
tillrohrmann opened this issue Apr 21, 2023 · 0 comments
Milestone

Comments

@tillrohrmann
Copy link
Contributor

With #147, the PartitionProcessor reads for every incoming shuffle message the current sequence number for the producing partition id. This will entail for every such message a RocksDB read. In order to avoid too many RocksDB reads, we could cache a fixed number of sequence numbers via a LRU cache. That way we could potentially save a lot of RocksDB reads.

@tillrohrmann tillrohrmann added this to the 1B milestone Apr 21, 2023
@tillrohrmann tillrohrmann changed the title Cache a fixed amount of sequence numbers in the PartitionStorage for deduplication Cache a fixed amount of sequence numbers in the PartitionStore for deduplication Aug 21, 2024
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

1 participant