Hello,
I was just hoping for some clarification: when the documentation says
that writes to entity groups are limited to 1 per second, does this
mean any write regardless of how much data is being written, or each
individual row being written? Basically, what if I have a list of
15-20 model objects of the same entity group I want to commit with a
db.put(my_list). Do I need to split up the writes to only occur once
per second or is it okay because I'm doing it in one fell swoop with
db.put?

Thanks,
Richard

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

Reply via email to