Select the required database from the list of databases.
In the navigation menu, click Datastore Studio.
Types of statistics
The Dashboard page displays data in various ways:
A pie chart that shows space used by each property
type, such as string, double, or blob.
A pie chart showing space used by entity kind.
A table with the total space used by each property type. The "Metadata"
property type represents space consumed by storing
properties inside an entry that is not used by the properties directly. The
"Datastore Stats" entity, if any, shows the space consumed by the statistics
data itself in your database.
A table showing total size, average size, entry count, and the size of all
entities, and the built-in and composite indexes.
By default, the pie charts display statistics for all entities. You can restrict
the pie charts to a particular entity kind by choosing from the drop-down menu.
Storage limitations for statistics
The statistics data is stored in your application's Datastore
instance. The space consumed by the statistics data increases in proportion to
the number of different entity kinds and property types used by your
application. If you use namespaces, each namespace contains a complete copy of
the stats for that namespace. To keep the overhead of storing and updating the
statistics reasonable, the database progressively drops statistics
entities.
For details on statistics data and how Datastore progressively
drops statistics entities, see Datastore Statistics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The Datastore Dashboard provides statistics on your application's data, accessible via the Google Cloud console's Databases page and then selecting Datastore Studio."],["Statistics are displayed through pie charts and tables, showing data usage by property type, entity kind, and overall entity size, including index space."],["The storage of statistics data increases with the number of entity kinds, property types, and namespaces, potentially leading to the progressive dropping of some statistics entities by the system to manage overhead."],["Datastore statistics include metadata and potentially a \"Datastore Stats\" entity, representing space used by internal metadata and the statistics data itself."],["Viewing statistics in the Datastore Dashboard generates operations that count against your allocated Datastore quota, which you should be mindful of."]]],[]]