Match each Google Cloud storage or database service on the left to its primary workload characteristic and access pattern on the right.
- Cloud BigtableHigh-throughput, low-latency NoSQL wide-column store designed for large-scale analytical and time-series workloads.
- Cloud SpannerGlobally distributed relational database supporting horizontal scaling with full transactional ACID compliance across regions.
- Cloud StorageUnstructured object storage optimized for binary data, media files, backups, and data lake storage.
- Cloud SQLFully managed regional relational database service supporting traditional engines like PostgreSQL, MySQL, and SQL Server.
Cevap
Cloud Bigtable matches the high-throughput NoSQL wide-column store for time-series/analytical workloads. Cloud Spanner matches the globally distributed relational database with horizontal scaling and ACID compliance. Cloud Storage matches the unstructured object storage service for media and backups. Cloud SQL matches the managed regional relational database supporting PostgreSQL, MySQL, and SQL Server.
Each service is accurately paired with its primary architecture pattern: Cloud Bigtable for high-throughput NoSQL wide-column data, Cloud Spanner for globally consistent multi-region relational data, Cloud Storage for unstructured object data, and Cloud SQL for regional managed relational databases.
Adım Adım Çözüm
Anahtar Kavram
Selecting GCP storage and database services based on data model, consistency needs, scale requirements, and access patterns.