Re: [google-appengine] How to use Datastore Statistics.

2011-07-31 Thread Nick Johnson (Google)
Hi Kwame, We don't calculate statistics for arbitrary subsets of your data - this is impractical, since we can't know what way you'll want to slice-and-dice your data ahead of time. If you want these statistics, you'll need to maintain them yourself. -Nick Johnson On Sat, Jul 30, 2011 at 9:41 AM

Re: [google-appengine] How to use Datastore Statistics.

2011-07-30 Thread Robert Kluin
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" wrote: > >

[google-appengine] How to use Datastore Statistics.

2011-07-29 Thread Kwame
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 appli