Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Snowflake ARA-C01 Exam - Topic 3 Question 66 Discussion

A company has built a data pipeline using Snowpipe to ingest files from an Amazon S3 bucket. Snowpipe is configured to load data into staging database tables. Then a task runs to load the data from the staging database tables into the reporting database tables.The company is satisfied with the availability of the data in the reporting database tables, but the reporting tables are not pruning effectively. Currently, a size 4X-Large virtual warehouse is being used to query all of the tables in the reporting database.What step can be taken to improve the pruning of the reporting tables?
C) Use an ORDER BY <cluster_key (s) > command to load the reporting tables.
A) Eliminate the use of Snowpipe and load the files into internal stages using PUT commands.
B) Increase the size of the virtual warehouse to a size 5X-Large.
D) Create larger files for Snowpipe to ingest and ensure the staging frequency does not exceed 1 minute.

Snowflake ARA-C01 Exam - Topic 3 Question 66 Discussion

Actual exam question for Snowflake's ARA-C01 exam
Question #: 66
Topic #: 3
[All ARA-C01 Questions]

A company has built a data pipeline using Snowpipe to ingest files from an Amazon S3 bucket. Snowpipe is configured to load data into staging database tables. Then a task runs to load the data from the staging database tables into the reporting database tables.

The company is satisfied with the availability of the data in the reporting database tables, but the reporting tables are not pruning effectively. Currently, a size 4X-Large virtual warehouse is being used to query all of the tables in the reporting database.

What step can be taken to improve the pruning of the reporting tables?

Show Suggested Answer Hide Answer
Suggested Answer: C

Effective pruning in Snowflake relies on the organization of data within micro-partitions. By using an ORDER BY clause with clustering keys when loading data into the reporting tables, Snowflake can better organize the data within micro-partitions. This organization allows Snowflake to skip over irrelevant micro-partitions during a query, thus improving query performance and reducing the amount of data scanned12.

Reference =

* Snowflake Documentation on micro-partitions and data clustering2

* Community article on recognizing unsatisfactory pruning and improving it1


Contribute your Thoughts:

0/2000 characters
Jacquelyne
2 days ago
I practiced a similar question where file size affected performance. Maybe option D could be a good approach to improve ingestion efficiency?
upvoted 0 times
...
Almeta
7 days ago
I'm not entirely sure, but I think increasing the warehouse size might not actually help with pruning. It seems like a waste of resources.
upvoted 0 times
...
Denise
12 days ago
I remember something about how clustering can help with pruning, so maybe option C is the right choice?
upvoted 0 times
...

Save Cancel