surinder-insonix / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Store child keys in a multi-value property on the parent #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is an incremental step towards supporting more efficient child queries, 
simple joins, and fixing a bunch of other bugs.

This behavior can be enabled by setting the 
datanucleus.appengine.storageVersion property.  Legal values are 
PARENTS_DO_NOT_REFER_TO_CHILDREN (default), 
WRITE_OWNED_CHILD_KEYS_TO_PARENTS, and 
READ_OWNED_CHILD_KEYS_FROM_PARENTS (currently equivalent to the 
previous value).

Original issue reported on code.google.com by max.r...@gmail.com on 26 Jan 2010 at 12:24

GoogleCodeExporter commented 8 years ago

Original comment by max.r...@gmail.com on 26 Jan 2010 at 12:24

GoogleCodeExporter commented 8 years ago

Original comment by max.r...@gmail.com on 26 May 2011 at 11:21