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 that it was 
like a write in that each item you read from the datastore was a read, but I 
have reduced the number of 'rows' of data that I am reading by over half and 
there wasn't any change in the datastore reads.  

I am now wondering if a datastore read is more like a fetch from a database 
where in a single fetch you could be getting 1 or more rows of data. So, do 
anyone know what a datastore read is or can you point me in the right 
direction for documentation on this?

Thanks,
Doug

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/RnvUDZnGnyMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to