UseQueryCache
Specifies whether to use Google BigQuery's built-in query cache.
Data Type
bool
Default Value
true
Remarks
Google BigQuery will cache the results of recent queries, and will use this cache for queries by default. Google BigQuery automatically updates the cache when a table is modified, so performance is generally better without any risk of queries returning stale data.
If this is set to false, the query is always run against the table directly.