Hi, I'm curious as to data storage on App Engine. I'm wondering what makes up the data we're using, and what the "metadata" in the datastore statistics is?
I'm currently running an application which is using ~30 gig of data according to the dashboard. In the blobstore we're currently storing ~150 items, each of a couple of kb, so that's not contributing much. In the datastore, the total entity sizes (including metadata") is ~7gb. Without metadata, it's probably less than a gig. The metadata is almost all on one entity, which we know is heavily indexed. The actual size of the entities is small, but given the amount of indexing, 7gb sounds about right. So, I'm curious where the other 23gb is? Any help would be much appreciated! Regards, Ed -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
