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

Dividing a cache #36

Open
syakimenko opened this issue May 12, 2024 · 0 comments
Open

Dividing a cache #36

syakimenko opened this issue May 12, 2024 · 0 comments

Comments

@syakimenko
Copy link

Hi,
Is there a way to split multiple parts of the cache in isolation for its own kind of queries? For example, one half serves queries according to Zipf's law with alpha = 1, and the other half Zipf's law with alpha = 0.8. The closest thing to this is SLRU, but in this policy the cache parts are not isolated.
Is it possible to serve several kinds of queries (as if from several users) to the cache system in general within the simulation?
Thank you very much in advance

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