Google datastore stats

Posted by Keyur on Stack Overflow See other posts from Stack Overflow or by Keyur
Published on 2010-06-08T00:12:54Z Indexed on 2010/06/08 0:22 UTC
Read the original article Hit count: 360

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

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine