Hi, I have one question about optimized execution of JDO query in appEngine. if i have a query with filters like setFilter(condition1 && condition2). If the condition1 demands more complicated evaluation then condiftion2. Will system be smart enough to run condition2 first then condition1 or it will execute the query by the ordering of conditions been written down, ie, condition1 first and then condition2. I can not find enough documentation about this in the jdo implementation in appEngine. Please help on this and thanks,
-- 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-java@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=en.