Match each enterprise application storage requirement to the most appropriate Google Cloud database or storage service based on data access patterns, scalability, and structural requirements.
- Low-latency, high-throughput NoSQL key-value storage for real-time application session data and user profile caching.Cloud Bigtable
- Globally distributed relational database requiring horizontal scaling and multi-region ACID transactional consistency.Cloud Spanner
- Fully managed serverless enterprise data warehouse optimized for running ad-hoc analytical SQL queries on petabyte-scale data.BigQuery
- Unstructured object storage service for storing compliance archives requiring write-once-read-many (WORM) retention policies.Cloud Storage
Cevap
The requirement for real-time NoSQL key-value caching matches Cloud Bigtable; global ACID relational transactions match Cloud Spanner; petabyte-scale serverless SQL analytics matches BigQuery; and regulatory object archival matches Cloud Storage.
Each Google Cloud database and storage offering aligns with specific access patterns and architectural demands: Cloud Bigtable serves high-speed NoSQL key-value patterns; Cloud Spanner handles global ACID relational workloads; BigQuery executes serverless analytical OLAP queries; Cloud Storage manages unstructured object files with WORM regulatory capabilities.
Adım Adım Çözüm
Anahtar Kavram
Selecting and Designing Storage and Database Resources in Google Cloud