
Ultimate access to all questions.
Explain how you would tune a query by using cache in an Azure Databricks environment. Describe the caching mechanisms available in Databricks and how they can be leveraged to improve query performance. Provide a scenario where caching would be particularly beneficial.
A
Disable caching to reduce memory usage.
B
Use Databricks' in-memory caching to store frequently accessed data.
C
Cache all data to ensure fast access.
D
Use external caching solutions instead of Databricks' built-in caching.