[appengine-java] Datastore Reads Quota How to know wich request to improve?

2011-10-04 Thread Guillaume B.
Hello, I reach some limits on the datastore read quotas and I would like to improve my code to limit this but I cannot find any log to know wich request must be improve something like Datastore Reads Usage /dowrite.do 14% /doread.do 12% /myprofile.do 1% Or is there some java API so I

[appengine-java] Datastore Reads

2011-10-01 Thread Doug
Good Morning, I am working to tune my application to make the most efficient use resources. Over the last several days I have been trying to reduce the number of 'datastore reads' that are needed, but I have been having trouble determining what a datastore read is. My initial assumption was t