> For parallel queries, we haven't really started talking about the API, > but I have to admit there is a lot of appeal to simply adding a method > like this on the Objectify interface: > > Map<Query<?>, Iterable<?>> multiquery(Iterable<Query<?>>); > > While not as powerful as being able to get(), put(), delete(), and > query() at the same time, it probably covers 85% of the use cases with > a very simple API.
Isn't there a plan to add a Map/Reduce API to AppEngine? I don't think it's wise to start such an interface ignoring the GAE roadmap. Anyway, if you manage to put together a common codebase I will be glad to help :) -- 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 [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.
