(no title)
greg-m | 3 years ago
For example, MySQL deprecated their query cache, but previously it would only cache until there were any writes to the tables that the queries were referencing https://dev.mysql.com/doc/refman/5.7/en/query-cache-configur...
tmikaeld|3 years ago
Even CochroachDB doesn't do query cache, only query planning is cached. [0] [1]
[0] https://www.cockroachlabs.com/blog/memory-usage-cockroachdb/
[1] https://www.cockroachlabs.com/blog/query-plan-caching-in-coc...