Cost & Usage
Query Caching
Datavine caches query results to eliminate redundant BigQuery executions, reducing costs by 60–80% for frequently repeated queries.
How caching works
When you run a query, Datavine checks if an identical query has been run recently and a cached result exists. If so, the cached result is returned immediately — BigQuery is not charged.
Cache behavior
TTL (default)5 minutes
Cache keyExact SQL text + project ID (whitespace-normalized)
Cache hit indicator⚡ icon in the query results status bar
Cost when cached$0 — BigQuery not charged for cached queries