Dashboard says 5.69GB of High Replication Data but Datastore Statistics report 2GB of entities?
27 views
Skip to first unread message
Pol
unread,
Sep 27, 2011, 12:55:11 PM9/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hi,
Datastore Statistics do include the extra "Metadata" for entities, so
where are these mysterious 3.69GB coming from??
- Pol
Simon Knott
unread,
Sep 27, 2011, 2:33:13 PM9/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
I believe they are the allocated storage for the two per-property indexes, for any entity property which isn't marked unindexed, and any custom indexes you have defined.