-
Notifications
You must be signed in to change notification settings - Fork 273
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
Update randomization of query prewarming order to also apply to persisted queries #6528
base: dev
Are you sure you want to change the base?
Update randomization of query prewarming order to also apply to persisted queries #6528
Conversation
|
CI performance tests
|
I think it makes sense, but the comment on persisted queries says that they are done first so they end up being the least recently used queries in the cache on startup. The thinking is that queries that are pre-warmed because they were the most recently used in the old cache are more likely to be needed again than persisted queries are. So it sounds to me like we should shuffle PQs and queries from the previous cache separately, and then concatenate the two shuffled lists. |
…ly from rest of cache keys
Updated to reflect this! |
Update randomization of query prewarming order to also apply to persisted queries
Checklist
Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.
Exceptions
Note any exceptions here
Notes
Footnotes
It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this. ↩
Configuration is an important part of many changes. Where applicable please try to document configuration examples. ↩
Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions. ↩