Brandon
unread,May 6, 2009, 9:11:45 AM5/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
The app I am creating is a trivia app. One feature I would like to
implement is a way for the user to find a question they have not
answered before. This is easy without fetch limits and such, but I'm
not sure how I should go about doing this.
If I have 10,000 questions, and the user has answered 5,000, I would
like the user to be able to find a random question from the remaining
5,000 that have not been answered. I have not committed to a schema
for storing which questions have been answered, so your replies/
suggestions are not limited by this.
So how can I perform this task within the limits of gae's fetch?