Skip to content

Query planning cache warm up improvements #3704

@Geal

Description

@Geal

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions