Can any one explain how to Understanding Datastore Read Costs in App Engine?
问题 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