Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

Managing Datastore from the Console

This page describes how to view and manage the entities, indexes, and statistics for the data your application stores in your database.

Viewing Datastore statistics

Go to the Datastore Dashboard to view data for the entities in your application, as well as statistics for the built-in and composite indexes.

Go to the Datastore Dashboard page

The dashboard should look like:

Datastore Dashboard

For more information about the statistics on this page, see Viewing Statistics in the Console.

Viewing indexes

Go to the Indexes page to view a table of your application's indexes.

Go to the Indexes page

For each index, you should see its status, such as whether it is ready to serve your application. You should also see the amount of storage space used by the index and the number of entries in each index.

Viewing entities

Go to the Entities page to view the entities that your application stored in your database.

Go to the Entities page

You should see:

Datastore Entities page

You can also create, update, delete, and query entities on this page. Learn how in the Quickstart.

What's next?