Hi,

I've tried to benchmark put's performance in the cloud and notice that
writing 29 entities - with 3 properties and used put individually for each
entity - took 1 second in one request thread.

Question is, is this performance also limited to parallel thread requests ?
I mean that in a second is the cloud can only hold to 29 clients's datastore
write activities ?

Thanks,

Feris

On Fri, Sep 5, 2008 at 11:44 PM, ryan
<[EMAIL PROTECTED]<[EMAIL PROTECTED]>
> wrote:

>
> in general, bill is right. writes are more expensive than reads. we
> also don't (yet) have dedicated support for large offline or batch
> processing.
>
> have you tried passing multiple entities to put(), as opposed to
> calling put() individually on each entity? if not, it's worth a try.
> it's noticeably more efficient:
>
>
> <http://code.google.com/appengine/docs/datastore/functions.html#put>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to