68.8k views
1 vote
When using Amazon Redshift data loader, how does it keep track of files arriving in S3 to be processed?

A. Through manual file registration
B. Using real-time file monitoring
C. Scheduled batch processing
D. Automatic file indexing

User Elmor
by
7.5k points

1 Answer

6 votes

Final answer:

Amazon Redshift data loader keeps track of files arriving in S3 to be processed through automatic file indexing.

Step-by-step explanation:

When using Amazon Redshift data loader, it keeps track of files arriving in S3 to be processed through automatic file indexing. The data loader scans the S3 bucket, identifies newly arrived files, and indexes them for processing. This automation ensures that files are processed in a timely and efficient manner.

User Guillaume V
by
7.8k points