The App Engine environment provides multiple options to store data for your application:
- Google Cloud SQL: A relational SQL database for your App Engine application, based on the familiar MySQL database.
- Google Cloud Storage: A storage service for objects and files up to terabytes in size, and accessible to App Engine apps via the Google Cloud Storage client library.
Name | Structure | Consistency | Cost |
---|---|---|---|
Google Cloud SQL | Relational | Strongly consistent | Google offers two billing plans for Google Cloud SQL: Packages and Per Use. More information is available in the Cloud SQL price sheet . |
Google Cloud Storage (GCS) | Files and their associated metadata | Strongly consistent except when performing list operations that get a list of buckets or objects. |
There are no charges associated with making calls to Google Cloud Storage. However, any data stored in GCS is charged the usual GCS data storage fees.
Cloud Storage prices are available on the Cloud Storage price sheet . |