Hello,

I just went through the getting started documents and have a question
regarding embedded classes, which I haven't found discussed elsewhere
(maybe because it is trivial ;-):

What are the performance implications of defining a class as embedded?

Is it the same as if the fields of the embedded class are directly
defined in the parent class? Or do I gain any performance benefits by
defining a class as embedded - maybe because the fields of the
embedded class become part of a different index? Or maybe because the
fields of the embedded class are "lazily" retrieved if the parent
class is retrieved?

thanks, franz
--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to