- Objects: Immutable (versions)
- Classes: Standard, Nearline (30d), Coldline (90d), Archive (365d)
- Transfer: Transfer Appliance (Physical, >20TB)
ACE Tip
Lifecycle: "Delete data > 5 years" = Lifecycle Policy.
Transfer Service: "Online transfer from AWS S3/Azure" = Storage Transfer Service (not Appliance).
Signed URLs: "Temp access for user without Google account."
- Protocol: NFSv3 compliant file server.
- Use Case: Shared filesystem for VMs/GKE.
- Performance: Low latency for "Lift & Shift".
ACE Tip
"Legacy app needs a file share?" or "Multiple VMs need read/write access to the same directory?" → Filestore.
- Engine: MySQL, Postgres, SQL Server
- Scale: Vertical (Downtime required)
- Scope: Regional
ACE Tip
"Lift & Shift" SQL. Max 64TB.
Constraint: Regional only. For Global scale/consistency, use Cloud Spanner.
- Engine: Proprietary (ANSI SQL)
- Scale: Horizontal (Unlimited)
- Scope: Global
ACE Tip
Expensive. Key phrases: "Global transactional consistency," "Horizontal scaling for relational data."
- Scale: Horizontal / Serverless
- Features: Offline Sync, Real-time
- Use Case: Mobile Apps, User Profiles
ACE Tip
Replaced "Datastore". Key phrases: "Offline Sync," "Mobile/Web clients," "Real-time updates."
- Use Case: IoT, AdTech, High Throughput (Petabytes)
- Performance: Sub-millisecond latency
- Anti-Pattern: NOT for SQL queries or "Ad-hoc" analytics (Use BigQuery)
ACE Tip
Key exam combo: "IoT sensors" + "High speed Read/Write" + "Simple Schema" = Bigtable
- Engine: Managed Redis or Memcached.
- Performance: Sub-millisecond (In-memory).
- Use Case: Caching, Gaming leaderboards.
ACE Tip
"Reduce load on Cloud SQL?" or "Speed up data retrieval?" → Put Memorystore in front.
- Engine: Serverless SQL
- Scale: Petabyte / Exabyte
- Use Case: Analytics, Reporting, ML
ACE Tip
For Analysis, not serving apps.
Key phrases: "Historical data," "Analyze Logs," "Business Intelligence."
Storage Decision Logic
Unstructured Files (Images/PDFs)?
âž”
Cloud Storage
Structured (SQL) + Regional?
âž”
Cloud SQL
Structured (SQL) + Global Scale?
âž”
Spanner
Mobile App + Offline Sync?
âž”
Firestore
High Velocity Writes (IoT)?
âž”
Bigtable