Just my 2 cents: I was "forced" to use an "unowned relationship" for
my application because I had very large objects: My parent object
"Journey" contained thousands of "JourneyPoints" in a List element. A
call to "makePersistent" constantly hit the 30s deadline. By modeling
it as an unowned relationship and distributing the parent key by hand
to the JourneyPoints everything was fine again and the performance was
very good.

-- 
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-j...@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