
Explanation:
The correct answer is B. Using 'gsutil' to batch copy the files in parallel is an efficient method for optimizing batch file transfers into Google Cloud Storage. The '-m' option in gsutil allows for multi-threaded and multi-processing copy operations, significantly speeding up the transfer process when dealing with a large number of files.
You are tasked with optimizing batch file transfers into Google Cloud Storage. Which method would you choose to ensure efficient and timely uploads of a large number of files?
A
Using a dedicated extraction tool.
B
Using gsutil to batch copy the files in parallel.
C
Scheduling file transfers using a third-party ETL tool.
D
Using Kafka or Pub/Sub for event-driven communication.
No comments yet.