I suggest the next step. How to run some query on Chapter referencing
to the property in Book, E.g Book is having a 'Genre', Chapter is
having a 'Number' and query: find all Chapter number 4 in Books being
of genre 'Fiction'. And two ways how to resolve this query:
- keeping scheme normalized: multiply queries and filtering in memory
- break normalization dogma: move 'Genre' property to Chapter and run
one single query.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to