On Fri, Nov 4, 2011 at 3:56 PM, Ikai Lan (Google) <ika...@google.com> wrote:
> If all 4000 entites are in a single entity group, in theory you can do this
> because it counts as a single transactional write. There's a maximum RPC
> size of 11mb (implementation detail) so if you trip this, you're in some
> trouble - the RPC size include not only the size of the entity but also the
> size of all the indexes.

One question:  If I write to 5 entities in a single entity group
within one transaction, do these get batched up by the client library
into a single RPC on commit or will this produce 5 RPCs plus one more
for the commit?  I'm curious to know what this does to the critical
section, which could get large just from RPC latency.

Thanks,
Jeff

-- 
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-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