How to measure / profile "Datastore Reads / Writes" from a single query?

" has the resources "Datastore Reads" and "Datastore Writes". But I could not find detailed information on how exactly this is measured.

It’s hard to optimize data warehouse usage if I cannot profile it! Any clues on how to do this? http://code.google.com/appengine/articles/managing-resources.html does not give any details ...

+4
source share
1 answer

You are trying to use AppStats, this may help you: http://code.google.com/appengine/docs/python/tools/appstats.html

With this software, you can profile all API calls.

+3
source

All Articles