Re: [google-appengine] Enhancement/Concept for Foreign Property Synchronization within Models

2010-12-14 Thread djidjadji
What happens when a multiple put is performed? The Sync must be done before constructing the protocol buffer. Are the Author entities fetched in parallel or serial? And how to deal with it if the multiple put contains different types of objects where all or some have Sync properties? Nick Johnson

[google-appengine] Enhancement/Concept for Foreign Property Synchronization within Models

2010-12-08 Thread fission6
I think it could be very powerful to consider the following concept as a way to ease data / relational integrity while still maintaing a sense of denormalization. Often times certain fields for a model may be replicated to maintain a more embedded view of properties. This leaves the developer

Re: [google-appengine] Enhancement/Concept for Foreign Property Synchronization within Models

2010-12-08 Thread Robert Kluin
Hi Zach, I think this is a pretty useful idea. It would probably help people new to app engine design more efficient apps since it would help get past the typical you want me to DEnormalize my data? That is a really really bad sin though, right? feelings that are common when someone first