In my game server, I let the user browse the open games. They can choose to filter them, or not put any filters at all.
My question is, what's the best way to load the games from the datastore. Let's say there's like 20,000. Should I fetch them all in 1 query (no more 1000 limit) or fetch in increments of like 2000 each and combine them into a big list? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
