An automotive telematics enterprise needs to migrate 1.8 Petabytes of static binary log files and an active 4 TB MySQL transactional database from an on-premises data center to Google Cloud. The company has a 1 Gbps Dedicated Interconnect link available, but network policy caps migration bandwidth usage at 500 Mbps. The business mandates that the overall data transfer must complete within 30 days, and the transactional database cutover must incur minimal downtime. Which data transfer and migration strategy should a Cloud Architect recommend to meet these requirements?
- Order multiple Google Cloud Transfer Appliance devices to perform an offline bulk migration of the 1.8 PB binary logs, and use Database Migration Service with continuous replication over the Dedicated Interconnect for the 4 TB MySQL database.Cevap
- BConfigure Storage Transfer Service to stream both the 1.8 PB binary log files and database backups directly into Cloud Storage over the Dedicated Interconnect link.
- CEstablish a high-throughput HA VPN tunnel over the public internet to migrate the 1.8 PB log files via gsutil parallel composite uploads while using Database Migration Service for the database.
- DExport both the 1.8 PB binary logs and a full mysqldump of the transactional database onto Transfer Appliance devices, then migrate the database to Cloud Spanner upon arrival to eliminate continuous online replication needs.
Cevap
Order multiple Google Cloud Transfer Appliance devices to perform an offline bulk migration of the 1.8 PB binary logs, and use Database Migration Service with continuous replication over the Dedicated Interconnect for the 4 TB MySQL database.
The correct solution accurately separates the migration path based on data characteristics and constraints. Transferring 1.8 PB over a 500 Mbps network cap requires over 300 days. Using Transfer Appliance for offline transfer allows the 1.8 PB of binary logs to be securely ingested within the 30-day window. Meanwhile, the 4 TB active MySQL database can easily be transferred online over the Dedicated Interconnect link using Database Migration Service with continuous replication to achieve a near-zero downtime cutover.
Adım Adım Çözüm
Anahtar Kavram
Selecting optimal Google Cloud migration tools based on dataset scale, available network throughput, and cutover downtime constraints.
Tahmini Süre:2m 30s