Google datastore stats
- by Keyur
I am querying the __Stat_Kind__ kind. It does not return me entities
about kinds that currently exist in the datastore but it includes
entities about kinds that I had deleted more than a week ago.
I am not so much concerned about it returning me the non-existent
kinds - the doc does mention this scenario after all.
But I am concerned that it does not return me info about my current
kinds. Is this a known issue or am I doing something wrong?
To folks on the app engine team:
Also, on the dev server neither __Stat_Kind__ nor __Stat_Total__
return any entities. Which means I need to deploy my app to appspot
before I can test this behavior. It would be nice if the dev server
did return some basic info.
Thanks,
Keyur