Cloud Storage
Cloud Storage (cont.)
Cloud SQL
Cloud SQL (cont.)
Importing data into Cloud SQL
Export/Import process
Best practices

Cloud SQL High Availability
The HA configuration, sometimes called a cluster, provides data redundancy. A Cloud SQL instance configured for HA is also called a regional instance and is located in a primary and secondary zone within the configured region. Within a regional instance, the configuration is made up of a primary instance and a standby instance. Through synchronous replication to each zone’s persistent disk, all writes made to the primary instance are also made to the standby instance. In the event of an instance or zone failure, this configuration reduces downtime, and your data continues to be available to client applications.
Note: The standby instance cannot be used for read queries. This differs from the Cloud SQL for MySQL legacy HA configuration.

Cloud Firestore
Cloud Firestore - Usage
Cloud Firestore - IAM
Cloud Firestore - Data Model

Cloud Spanner

Cloud Spanner vs Cloud SQL
Cloud Spanner - IAM
Cloud Spanner - Data Model
Tables are handled differently
https://cloud.google.com/spanner/docs/concepts

Cloud Memorystore
Comparing Storage Options

Storage Transfer Service
Other Google Cloud transfer options include:
Options for transferring storage
Storage Transfer Service: Moving large amounts of data is seldom as straightforward as issuing a single command. You have to deal with issues such as scheduling periodic data transfers, synchronizing files between source and sink, or moving files selectively based on filters. Storage Transfer Service provides a robust mechanism to accomplish these tasks.
gsutil: For one-time or manually initiated transfers, you might consider using gsutil, which is an open source command-line tool that is available for Windows, Linux, and Mac. It supports multi-threaded transfers, processed transfers, parallel composite uploads, retries, and resumability.
Transfer Appliance: Depending on your network bandwidth, if you want to migrate large volumes of data to the cloud for analysis, you might find it less time consuming to perform the migration offline by using the Transfer Appliance.
