It will certainly work though it's not as efficient as querying de-
normalised parents. You can try this approach first and if it's not
fast enough for your app, you can always de-normalise later.

On Jan 2, 2:59 pm, "Tiago S." <tsera...@gmail.com> wrote:
> I´m facing the exactly same problem. I thought about querying all(with
> a fetch(100), in my case) the children with name 'Joe', and then put
> all the parent keys in a list(with a list comprehension, maybe). With
> all the keys, query the Parent using Parent.get(list).
>
> Is this acceptable or the de-normalization is the way to go in this
> case?
>
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to