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

Query planning cache warm up improvements #3704

Closed
6 of 8 tasks
Geal opened this issue Aug 29, 2023 · 2 comments · Fixed by #3815
Closed
6 of 8 tasks

Query planning cache warm up improvements #3704

Geal opened this issue Aug 29, 2023 · 2 comments · Fixed by #3815

Comments

@Geal
Copy link
Contributor

Geal commented Aug 29, 2023

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:

@Geal Geal changed the title activate query planning cache warm up by default Query planning cache warm up improvements Sep 1, 2023
@Geal
Copy link
Contributor Author

Geal commented Sep 6, 2023

action: break this down in smaller tickets

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]>
@abernix
Copy link
Member

abernix commented Sep 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants