A company needs a fully managed, globally distributed relational database with strong consistency, external consistency, and 99.999% SLA for a financial transaction processing system. Which Google Cloud service should they use?
Trap 1: Firestore
Firestore is a document NoSQL database, not relational, and does not offer external consistency.
Trap 2: Bigtable
Bigtable is a NoSQL database, not relational, and does not provide strong consistency across regions.
Trap 3: Cloud SQL
Cloud SQL is regional, not globally distributed, and does not offer 99.999% SLA.
- A
Firestore
Why wrong: Firestore is a document NoSQL database, not relational, and does not offer external consistency.
- B
Cloud Spanner
Cloud Spanner is globally distributed, strongly consistent, and offers 99.999% SLA.
- C
Bigtable
Why wrong: Bigtable is a NoSQL database, not relational, and does not provide strong consistency across regions.
- D
Cloud SQL
Why wrong: Cloud SQL is regional, not globally distributed, and does not offer 99.999% SLA.