> I believe this will > make a single trip the datastore rather than once every 20 objects > (which is done to make using intrinsic iteration of a GqlQuery > performant). I'd be curious to see what, if any, gain this yields > with your dataset.
Takes exactly the same amount of time. I read through a lot of the google db libraries seeing if I could dig the keys out of the objects. I think fetch just does the same loop for you internally. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
