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 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: