I've been playing with randomizing query results. So far its working well 
for me. I still have more configurations to try. Has anybody else tried 
randomizing?

What I do in brief:
1. query results with desired filter
2. buffer the results into another entity with an incremented index
3. loop the buffer, randomly get a number then query using the index as a 
filter

Maybe I should be asking my self, what is random. Should I be using some 
atomic decay?

Brandon Donnelson
http://gwt-examples.googlecode.com

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

Reply via email to