vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.37k stars 2.08k forks source link

Feature Request: cache stream query plans #13263

Closed samanthadrago closed 11 months ago

samanthadrago commented 1 year ago

Feature Description

Query plans for OLTP queries are cached; it would be nice to also cache OLAP stream query plans, both for feature parity and performance reasons.

Use Case(s)

At Etsy we use OLAP mode for queries. We implemented a patch to Vitess to cache the query plans for stream queries to help improve query performance.

mattlord commented 1 year ago

cc @vitessio/query-serving