is there any difference in performance to use a single query call
(like in, "WHERE prop = value AND prop = value, etc" vs running a loop
of filter() calls and then executing the query ?

seems to me that if you can build your query all in one shot, you can
avoid one or many loop(s) in your code ... but everyone seems to be
all about using all().filter() these days ..


help?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to