SQL Warehouse - Turning off caching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-07-2025 02:05 PM
Hi All,
I'd like to do some benchmarking and I need to turn off caching on my SQL Warehouse Server. However, whatever I try I receive quite high level of caching after running my queries (>60%). I tried to turn off my server, but it automatically wakes up right away and it didn't help. I tried as well 'SET use_cached_result = false' from this page, which didn't help as well: https://docs.databricks.com/en/sql/user/queries/query-caching.html
Could you advise me how to proceed to be sure that cache is turned off when I run my query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā01-07-2025 02:16 PM
To disable query result caching, you can run SET use_cached_result = false
in the SQL editor.

