Denormalizing does not mean you can't have a Department kind. Personally when I've got something like a department I use an entity to store the canonical name. I denormalize things like names to make queries perform well, but I also keep a reference property referencing the canonical department entity. it makes updating the department name super easy.
Robert On Jun 17, 2011 9:45 PM, "Renan Mobile" <[email protected]> wrote: -- 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.
