A global logistics provider is architecting the storage layer for a real-time fleet telematics and dynamic routing platform on Google Cloud. The system must fulfill three distinct operational requirements:
1. High-throughput, low-latency ingest of time-series GPS and vehicle telemetry ( writes per second) with access patterns focused on vehicle ID and timestamp range queries.
2. A relational datastore for operational vehicle inventory, driver assignments, and active route state requiring single-region strong ACID transactions and standard SQL compliance.
3. Cost-effective long-term archiving of raw trip logs that are accessed infrequently for annual compliance audits, with automated transitions to cold storage after 30 days.
Which combination of Google Cloud storage and database services should the solution architect recommend to meet all technical requirements while minimizing cost and operational overhead?
- Cloud Bigtable for time-series vehicle telemetry, Cloud SQL for operational relational fleet data, and Cloud Storage with Object Lifecycle Management for trip log archiving.Answer
- BCloud Bigtable for time-series vehicle telemetry, Cloud Spanner for operational relational fleet data, and Cloud Storage with Object Lifecycle Management for trip log archiving.
- CCloud Bigtable for time-series vehicle telemetry, Cloud SQL with Customer-Supplied Encryption Keys (CSEK) for operational relational fleet data, and Storage Transfer Service with Transfer Appliance for automated 30-day cold archiving.
- DCloud Bigtable for time-series vehicle telemetry, Cloud SQL using Customer-Supplied Encryption Keys (CSEK) managed in Cloud KMS for operational relational fleet data, and Cloud Storage for trip log archiving.