InterviewSolution
| 1. |
Explain Snowflake caching and write its type. |
|
Answer» CONSIDER an example where a query takes 15 minutes to RUN or execute. Now, if you were to repeat the same query with the same frequently used data, later on, you would be doing the same work and wasting resources. Types of Caching in Snowflake
The following diagram visualizes the levels at which Snowflake caches data and results for subsequent use. |
|