I have an interesting problem with my blob store fetches - I need to
fetch 2 chunks of data 5 bytes each that are 1000 bytes apart.

>From the perspective of the BlobstoreService, is it more efficient for
me to make 2 fetchData calls of 5 bytes each or 1 fetchData call of
1010 bytes?

Thanks,
Keyur

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@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