Retool Query Caching - Cache Key Dependencies?

Hi there, I have been using the retool caching option in a number of queries.

When using this in a javascript query; is retool checking all the variables I use in the javascript query for the cache? Similarly, for a BigQuery query - if the syntax is dynamic, is it fair to assume that retool it caching against the final fully generated syntax?

I does appear so, but I wanted to make sure there are not edge cases I should be aware of. And the documentation does not appear to specify this.

Thank you!

1 Like

Hi @jubjub78, We utilized dynamic BigQuery with the cache option, so there's no need to check for cached values or results manually. Retool automatically handles all cache checks on their end.

5 Likes