Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam SnowPro Core topic 1 question 719 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 719
Topic #: 1
[All SnowPro Core Questions]

What is generally the FASTEST way to bulk load data files from a stage?

  • A. Specifying a list of specific files to load
  • B. Loading by path (internal stages) / prefix
  • C. Using the Snowpipe REST API
  • D. Using pattern matching to identify specific files by pattern
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aws_god
2 weeks, 3 days ago
Selected Answer: B
loading by path is recommended
upvoted 1 times
...
guau
2 months, 1 week ago
Selected Answer: B
vvvvvvv
upvoted 1 times
...
kayuhanbiduk
6 months, 2 weeks ago
Selected Answer: B
B. most efficient for bulk loading, files can be separated by path/prefix
upvoted 1 times
...
romega2
6 months, 3 weeks ago
Selected Answer: A
Of the three options for identifying/specifying data files to load from a stage, providing a discrete list of files is generally the fastest; however, the FILES parameter supports a maximum of 1,000 files, meaning a COPY command executed with the FILES parameter can only load up to 1,000 files.
upvoted 4 times
...
sarthakgirdhar
8 months ago
Selected Answer: A
https://docs.snowflake.com/en/user-guide/data-load-considerations-load#:~:text=Of%20the%20three%20options%20for,load%20up%20to%201%2C000%20files.
upvoted 4 times
...
JG1984
8 months ago
Selected Answer: B
Option A, "Specifying a list of specific files to load," can also be fast but is generally less efficient for bulk data loading compared to option B, "Loading by path (internal stages) / prefix." The reason is that specifying a list of specific files means you need to provide each individual file name to be loaded. If you have a large number of files to load, it can be time-consuming and less efficient to list them all explicitly. Additionally, if new files are added frequently, you would need to update the list regularly. On the other hand, option B allows you to load all files with a common path or prefix, which means you can load multiple files in a single operation without needing to specify each file individually. This approach is more scalable and efficient for bulk data loading, especially when dealing with large datasets or frequent data updates.
upvoted 2 times
...
MultiCloudIronMan
9 months, 3 weeks ago
Selected Answer: A
What is generally the FASTEST way to bulk load data files from a stage?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...