Low-Latency Data Cache
Allow configurable caching of query results for reduced end-to-end latency and reduced resource pressure on underlying data sources.
Client side data cache is now available. You can now configure caching for your SQL Connect query results to significantly reduce end-to-end latency and ease resource pressure on your underlying databases.
Caching is built to work seamlessly with the new real-time refresh feature. This ensures your clients get blazing-fast read times without sacrificing data freshness.
For full details on how to enable and configure cache behavior alongside real-time signals, see our docs here.
https://firebase.google.com/docs/sql-connect/realtime#before-you-begin
-
BLADE SAW commented
Way Back Maschine
-
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.