Administration, Statistics, and Quotas
Migration of administrative functions to the Google Developers Console is not yet complete. In the meantime, some aspects of the Google Cloud Datastore must be administered via the App Engine Administration Console .
Administering your datastore
To administer your datastore using the Google Developers Console:
- Go to the Google Developers Console] .
- In the list of projects, locate your dataset ID (in the PROJECT NAME column).
- Click your dataset to make it active for administration.
- In the left sidebar, click Cloud Datastore .
-
Perform the desired administrative functions.
For example, in the left sidebar, you can click Dashboard to get an overview of your datastore, Query to view entities by namespace, and Indexes to view indexes. For richer query functionality, access your datastore using the App Engine Administration Console as shown below.
To administer your datastore using the App Engine Administration Console:
- Go to the App Engine Administration Console .
- In the list of projects, locate your dataset ID (in the Application column).
- Click your dataset to make it active for administration.
-
Perform the desired administrative functions.
In the left sidebar, you can select Datastore Indexes , Datastore Viewer , and Datastore Statistics . These functions include backup, restore, and bulk entity deletion. For more information, refer to the Datastore Admin documentation.
Viewing datastore statistics
The Datastore maintains statistics about the data stored for an application, such as how many entities there are of a given kind or how much space is used by property values of a given type. You can view these statistics either in the Google Developers Console , under Cloud Datastore > Dashboard , or in the Administration Console , under Datastore > Statistics .
Quotas and limits
For information on Datastore quotas and limits, see the Quotas page and the Quota Details section of the Administration Console . In addition to these quotas, the following limits apply to Datastore entities:
Limit | Amount |
---|---|
Maximum entity size | 1 megabyte |
Maximum transaction size | 10 megabytes |
Maximum number of index entries for an entity | 20000 |
Maximum number of bytes in composite indexes for an entity | 2 megabytes |