I am doing geoquery among 300 user entities with a result range 10.
I’ve maked a query for 120 times. For each query I got 10 user entity objects.
After this my app engine read operations reached 52% (26000 operations).
My user entity has 12 single value properties and 3 multi-value properties(List type).
User entity have 2 indexes for single value properties and 2 indexes on list type properties.
Can any one please help me to understand how google’s appengine counts the datastore read operations?
I am doing geoquery among 300 user entities with a result range 10. I’ve
Share
As a start, use appstats. It’ll show you where your costs are coming from in your app:
https://developers.google.com/appengine/docs/java/tools/appstats
Once you understand where your costs are coming from you can optimise.
If you just want to know what the prices are, they are here:
https://developers.google.com/appengine/docs/billing