Python 2.7 has reached end of supportand will bedeprecatedon January 31, 2026. After deprecation, you won't be able to deploy Python 2.7applications, even if your organization previously used an organization policy tore-enable deployments of legacy runtimes. Your existing Python2.7 applications will continue to run and receive traffic after theirdeprecation date. We recommend thatyoumigrate to the latest supported version of Python.

Managing Datastore from the Console

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

Viewing Datastore statistics

  1. In the Google Cloud console, go to theDatabases page.

    Go to Databases

  2. Select the required database from the list of databases.

  3. In the navigation menu, clickDatastore Studio to view data for the entities inyour application, as well as statistics for the built-in and composite indexes.

The dashboard should look like:

Datastore Dashboard

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

Viewing indexes

  1. In the Google Cloud console, go to theDatabases page.

    Go to Databases

  2. Select the required database from the list of databases.

  3. In the navigation menu, clickIndexes to view a table of your application's indexes.

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

Viewing entities

  1. In the Google Cloud console, go to theDatabases page.

    Go to Databases

  2. Select the required database from the list of databases.

  3. In the navigation menu, clickDatastore Studio to view the entities that your application stored inyour database.

You should see:

Datastore Studio page

You can also create, update, delete, and query entities on this page. Learn howin theQuickstart.

Note: While individual entities are removed almost immediately, a namespacecontainer may remain visible for several days to a week after the final entitywithin it is removed.

What's next?

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-15 UTC.