Low-Latency Data Cache
Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.
23
votes
-
Troy Busot commented
May be important if implemented well, but seems to be a code smell to have caching in the sql layer and fear that it would be a "freshness" nightmare handling it all in one place.