Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2024 10:54 PM
Hi,
I'm trying to test some SQL perf. I run below first
spark.conf.set('spark.databricks.io.cache.enabled', False)However, the 2nd run for the same query is still way faster than the first time run. Is there a way to make the query start from a clean beginning without any cache?
Thanks