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

Closed
modestlearner opened this issue Nov 13, 2023 · 1 comment
Closed

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

modestlearner opened this issue Nov 13, 2023 · 1 comment
Labels
kind/question Something requiring a response. Stale

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
Copy link

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.

@github-actions github-actions bot added the Stale label Jul 13, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 20, 2024
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. Stale
Development

No branches or pull requests

1 participant