Is there any particular reason that persistenceManager.getObjectsById isn't optimized to perform batch gets like the low-level API does? Seems like it would make sense and it would also make my current optimization problem easier.
Context "The getObjectsById function hasn't been optimized to perform a batch get, so you're just as well-off issuing multiple calls to getObjectById. If you need to issue a batch get, you'll need to use the low-level API." (http://groups.google.com/group/google-appengine-java/browse_thread/ thread/53f9acc11b6d1a84/4af4368394521b2f? lnk=gst&q=newObjectIdInstance#4af4368394521b2f) -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=.