DEV Community

Cover image for Google Cloud Options for Storing Data
sachindra@work
sachindra@work

Posted on

Google Cloud Options for Storing Data

Options for storing structured data:

Points to remember:

  1. Cloud SQL is Google Cloud's Managed Relational Database service.
  2. Alloy DB is a fully managed, high performance PostgreSQL Database Service.
  3. Spanner is Google Cloud's fully Managed, Relational Database Service that offers strong consistency and horizontal scalability.
  4. FireStore is a fast, fully-managed, serverless NoSQL document database built for automatic scaling, high performance and ease of application development.
  5. BigQuery is a fully managed, serverless Enterprise Data Warehouse for analytics.
  6. BigTable is a high-performance NoSQL database service. It is built for fast key-value lookup and supports consistent sub-10 milliseconds latency.

Google Cloud Storage Classes:

Top comments (0)