Hi Jeff, After watching some of the I/O sessions on optimization I got the impression that the JDO api (namely PersistenceManager) does not perform batch operations on JDOs containing lists (e.g. ArrayList<>) of child objects. It seemed like the only way to do this is to use the low level api and use the setMulti() methods perhaps along with the async api.
Is there any way to turn on async and batch on the PersistenceManager? thanks, Chad -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/ECt181IK7yUJ. 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-java?hl=en.
