Python 2.7 ha raggiunto la fine del supporto e verrà ritirato il 31 gennaio 2026. Dopo il ritiro, non potrai eseguire il deployment di applicazioni Python 2.7, anche se la tua organizzazione ha utilizzato in precedenza un criterio dell'organizzazione per riattivare i deployment di runtime legacy. Le tue applicazioni Python 2.7 esistenti continueranno a essere eseguite e a ricevere traffico dopo la data di ritiro. Ti consigliamo di eseguire la migrazione all'ultima versione supportata di Python.
Nel menu di navigazione, fai clic su Datastore Studio per visualizzare i dati delle entità nella tua applicazione, nonché le statistiche per gli indici integrati e compositi.
Nel menu di navigazione, fai clic su Indici per visualizzare una tabella degli indici dell'applicazione.
Per ogni indice, dovresti visualizzare il relativo stato, ad esempio se è pronto per pubblicare la tua applicazione. Dovresti anche vedere la quantità di spazio di archiviazione utilizzata dall'indice e il numero di voci in ciascun indice.
Visualizzazione delle entità
Nella console Google Cloud , vai alla pagina Database.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-19 UTC."],[[["\u003cp\u003eThis page outlines the process for viewing and managing entities, indexes, and statistics within your application's database.\u003c/p\u003e\n"],["\u003cp\u003eYou can view Datastore statistics by navigating to the \u003cstrong\u003eDatabases\u003c/strong\u003e page in the Google Cloud console, selecting your database, and then clicking \u003cstrong\u003eDatastore Studio\u003c/strong\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo view your application's indexes, go to the \u003cstrong\u003eDatabases\u003c/strong\u003e page, choose your database, and then click \u003cstrong\u003eIndexes\u003c/strong\u003e in the navigation menu.\u003c/p\u003e\n"],["\u003cp\u003eYou can view the entities stored in your database by accessing the \u003cstrong\u003eDatastore Studio\u003c/strong\u003e section, which is also accessible from the \u003cstrong\u003eDatabases\u003c/strong\u003e page.\u003c/p\u003e\n"]]],[],null,["# Managing Datastore from the Console\n\nThis page describes how to view and manage the entities, indexes, and statistics\nfor the data your application stores in your database.\n\nViewing Datastore statistics\n----------------------------\n\n1. In the Google Cloud console, go to the **Databases** page.\n\n [Go to Databases](https://console.cloud.google.com/datastore/databases)\n2. Select the required database from the list of databases.\n\n3. In the navigation menu, click **Datastore Studio** to view data for the entities in\n your application, as well as statistics for the built-in and composite indexes.\n\nThe dashboard should look like:\n\nFor more information about the statistics on this page, see\n[Viewing Statistics in the Console](/appengine/docs/legacy/standard/python/console/datastore-statistics).\n\nViewing indexes\n---------------\n\n1. In the Google Cloud console, go to the **Databases** page.\n\n [Go to Databases](https://console.cloud.google.com/datastore/databases)\n2. Select the required database from the list of databases.\n\n3. In the navigation menu, click **Indexes** to view a table of your application's indexes.\n\nFor each index, you should see its status, such as whether it is ready to serve your\napplication. You should also see the amount of storage space used by the index and\nthe number of entries in each index.\n\nViewing entities\n----------------\n\n1. In the Google Cloud console, go to the **Databases** page.\n\n [Go to Databases](https://console.cloud.google.com/datastore/databases)\n2. Select the required database from the list of databases.\n\n3. In the navigation menu, click **Datastore Studio** to view the entities that your application stored in\n your database.\n\nYou should see:\n\nYou can also create, update, delete, and query entities on this page. Learn how\nin the [Quickstart](/datastore/docs/store-query-data).\n| **Note:** While individual entities are removed almost immediately, a namespace container may remain visible for several days to a week after the final entity within it is removed.\n\nWhat's next?\n------------\n\n- Get details about [Statistics in the Console](/appengine/docs/legacy/standard/python/console/datastore-statistics)."]]