> If you check the SDK, I think there is no real difference between
> put(entity) or put(entities).
>
> I don't think put(entities) will be a lot faster.
>
> Maybe in production, it is different

I think in production it is different. See the comment by ryan (google
datastore lead) on using multiple entity puts here:
http://groups.google.com/group/google-appengine/msg/375e5adb642cd773

I also just discovered this excellent post after a quick search of the
group:
http://groups.google.com/group/google-appengine/msg/7ed92abad89500c5
It shows benchmarks for batching gets and provides code that you could
modify to test puts in the same way.
--~--~---------~--~----~------------~-------~--~----~
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