> Do the timeouts still happen if you use fetch() when iterating over
> queries?
>
> for curplayer in query.fetch(100):

Thanks for writing.  I can give that a try.  I expected having to
fetch all of the players at the same time (even if there are only a
few) would initially take longer than finding one at a time with the
iterator, but I haven't actually tried that yet.  If nothing else,
it'll help diagnose if the performance problem is localized to the
iterator in my app.

Thanks for the suggestion.  I'll write back later tonight after I've
given that a try.

-Rob



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to