Hi, It depends on your design, you might need to maintain per user stats yourself. If you're using name spaces, I think they've added per name space stats. I've not yet played with this feature though, so I can't give any details about it.
Robert On Jul 29, 2011 7:41 PM, "Kwame" <[email protected]> wrote: > > I'm trying to use Appengine Datastore statistics in Python. The API > docs (http://code.google.com/appengine/docs/python/datastore/ > stats.html) > show how to get stats for all entities or entities by name and > property. Does anyone know of examples of how to get stats for > particular entities in an application? For example how to get the > amount of disk space used by all entities belonging to one user in an > application? > > -- > 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. > -- 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.
