On Mar 15, 4:40 pm, Jeff Schnitzer <[email protected]> wrote:

>  * Get all the parent userids of the results, putting them in a hashset.

As long as the results are sorted on the same fields there is no need
to load all ids into a hashset.  You can just use the "zig-zag" method
to filter results that are in both iterators.

-- 
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.

Reply via email to