
Ultimate access to all questions.
Your company is planning to migrate a substantial 10-TB database export from an on-premises environment to Google Cloud Storage. Given the current setup, the bandwidth between your on-premises environment and Google Cloud is 1 Gbps. You aim to minimize the overall migration time, reduce costs, and ensure that the database's load is as low as possible during the transfer process. Adhering to Google-recommended best practices, what approach should you take to efficiently carry out this migration?
A
Develop a Dataflow job to read data directly from the database and write it into Cloud Storage.
B
Use the Data Transfer appliance to perform an offline migration.
C
Use a commercial partner ETL solution to extract the data from the on-premises database and upload it into Cloud Storage.
D
Compress the data and upload it with gsutil -m to enable multi-threaded copy.