SnowPro Core Exam QuestionsBrowse all questions from this exam

SnowPro Core Exam - Question 286


Which cache type is used to cache data output from SQL queries?

Show Answer
Correct Answer: B

The Result cache is used to cache the output of SQL queries. This type of cache stores the results of queries executed within a certain time period, making it available for subsequent executions of the same queries without having to reprocess the data.

Discussion

7 comments
Sign in to comment
Kate0204
Dec 7, 2022

Result Cache:  Which holds the results of every query executed in the past 24 hours. These are available across virtual warehouses, so query results returned to one user is available to any other user on the system who executes the same query, provided the underlying data has not changed. Local Disk Cache:  Which is used to cache data used by SQL queries. Whenever data is needed for a given query it's retrieved from the Remote Disk storage, and cached in SSD and memory.

shyemko
Mar 27, 2023

Result Query is stored at Cloud Service layer

Mallikharjuna452
Jul 23, 2024

Results cache

EmiBOption: B
Mar 7, 2023

B is correct

MultiCloudIronManOption: B
Jul 13, 2023

Correct

Marge23Option: B
Sep 19, 2023

result cache

_yyuktaOption: B
Feb 26, 2024

B. Result cache

37ceea2Option: D
Jan 27, 2025

I am looking what Kate 02024 wrote. I am seeing that the question is about SQL queries, in this case, answer is D.