AFAIK JDO does not let you perform batch puts() which may be contributing to the problem.
On Jul 10, 1:49 am, Antoni Jakubiak <[email protected]> wrote: > I'm not satisfied with performance of JDO while persisting 25 entities > in one request. It takes about 4 seconds. > My entity class contains: id, String, String, List<String> (1-5). Any > suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
