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

[QUESTION]: How can I pre warm the cache ? #361

Open
modestlearner opened this issue Nov 13, 2023 · 0 comments
Open

[QUESTION]: How can I pre warm the cache ? #361

modestlearner opened this issue Nov 13, 2023 · 0 comments
Labels
kind/question Something requiring a response.

Comments

@modestlearner
Copy link

Question.

I am trying to pre populate the cache.

  • My num counters are 200k
  • The cache currently holds ~150k counters.
  • I am trying to add 200k more counters with latest values.

Will the cache remove the old 150k counters or will it not let the new counters after 50k to get populated since its an LFU and the new counters would surely not be used more than the previous one.

@modestlearner modestlearner added the kind/question Something requiring a response. label Nov 13, 2023
@modestlearner modestlearner changed the title [QUESTION]: <How can I pre warm the cache> [QUESTION]: How can I pre warm the cache ? Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Something requiring a response.
Projects
None yet
Development

No branches or pull requests

1 participant