List of questions
Related questions
Question 116 - DEA-C01 discussion
A company is using Amazon Redshift to build a data warehouse solution. The company is loading hundreds of tiles into a tact table that is in a Redshift cluster.
The company wants the data warehouse solution to achieve the greatest possible throughput. The solution must use cluster resources optimally when the company loads data into the tact table.
Which solution will meet these requirements?
Use multiple COPY commands to load the data into the Redshift cluster.
Use S3DistCp to load multiple files into Hadoop Distributed File System (HDFS). Use an HDFS connector to ingest the data into the Redshift cluster.
Use a number of INSERT statements equal to the number of Redshift cluster nodes. Load the data in parallel into each node.
Use a single COPY command to load the data into the Redshift cluster.
0 comments
Leave a comment first