The ultimate goal is to reduce the CPUms a query costs. Most of the time is consumed with the RPC calls and the creation of the objects from the protobuffer results of the RPCs.
In your problem you need all the Label and most Item objects to create the dictionary. If you use Nicks function you retrieve the least objects. And this results in the least CPU usage. 2010/6/8 Fredrik Bonander <[email protected]>: > Thanks agian. > A lite side questions. Any pointers how to do it the other way around? That > is instead of storing a ReferanceProperty on Label, storing the Lable keys > in a ListProperty on Item. Can't figure out how to do it in just 2 quires. > ..fredrik -- 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.
