What is the expected behavior of very stale queries in persisted cache? #4334
Unanswered
ianschmitz
asked this question in
Q&A
Replies: 1 comment 8 replies
-
queries will be removed after they have been unused for |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Example code:
My assumption was that at some point queries that were persisted in the cache would be garbage collected if they were stale and unused. Instead i see queries from many days ago that are no longer relevant in my application still being persisted.
What is the expected behavior here? From what i can tell now the cache will just keep growing and growing.
Beta Was this translation helpful? Give feedback.
All reactions