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

Make it possible to configure promotion policy separately for reads and writes #658

Open
robertbaldyga opened this issue Feb 11, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@robertbaldyga
Copy link
Member

Description

Make it possible to configure promotion policy separately for reads and writes.

Reason

For some workloads it's reasonable to promote reads and writes on different rules, e.g. when we know that each write will be a cache hit, but it doesn't necessarily apply to read, or the opposite, when we can have a workload when reads are very likely to produce cache hits, but for writes we have two separate random stream, one producing a lot of hits and the other one that does not have hits at all.

Possible future improvements

We can try to make PP cooperate with io classification, so that it will be possible to have different PP rules for different io classes. That would generalize solution proposed in this enhancement.

@mslovy
Copy link

mslovy commented Jun 1, 2022

Hi, any progress for this feature enhancement?

@jfckm jfckm modified the milestones: Future, 22.9 Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants