Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2025 08:05 PM
4. Is it possible somehow disable using cache in serverless sql warehouse cluster?
Remote result cache is available for queries using ODBC / JDBC clients and SQL Statement API.
To disable query result caching, you can run SET use_cached_result = false in the SQL editor.