-
Notifications
You must be signed in to change notification settings - Fork 272
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
Query planning cache warm up improvements #3704
Comments
Geal
changed the title
activate query planning cache warm up by default
Query planning cache warm up improvements
Sep 1, 2023
action: break this down in smaller tickets |
This was referenced Sep 18, 2023
Geal
added a commit
that referenced
this issue
Sep 22, 2023
Fix #3704 Co-authored-by: Bryn Cooke <[email protected]> Co-authored-by: Edward Huang <[email protected]>
I'm going to close this umbrella issue now since there are so few sub-tickets left that aren't completed. We can track the remaining two on their own. |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the warm_up_queries option takes the most used queries from the in memory cache, and creates query plans for them when a new schema comes in, before switching the router to this new schema. This makes schema updates much smoother, because it won't delay most of the queries coming, since they already have a query plan available.
It could benefit from a few improvements though:
Follow up:
The text was updated successfully, but these errors were encountered: