試験DEA-C02 トピック1 問題214 スレッド
Snowflake DEA-C02のリアル試験問題集
問題 #: 214
トピック #: 1
問題 #: 214
トピック #: 1
A data warehousing team is experiencing inconsistent query performance on a large fact table C SALES FACT) that is updated daily. Some queries involving complex joins and aggregations take significantly longer to execute than others, even when run with the same virtual warehouse size. You suspect that the query result cache is not being effectively utilized due to variations in query syntax and the dynamic nature of the data'. Which of the following strategies could you implement to maximize the effectiveness of the query result cache and improve query performance consistency? Assume virtual warehouse size is large and the data is skewed across days.
おすすめの解答:B,E 解答を投票する
Using stored procedures with parameters (B) standardizes query syntax, making it easier for Snowflake to recognize and reuse cached results. Optimizing the 'SALES_FACT table with clustering (E) improves data locality, reducing the amount of data that needs to be scanned and potentially cached. Query tagging (A) can help, but might not address subtle syntax differences. Creating a separate virtual warehouse (C) doesn't guarantee better cache utilization; it just isolates it. Data masking (D) is primarily for security, not caching, although it might indirectly reduce data size.
Sakurai 2026-07-14 07:46:53
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。