Just occurred to me: at least all the data must be passed back and
forth between my app and the datastore.
So, if I have large properties (eg: images), then they should be
separated out into separate entities.



On Jun 30, 6:00 pm, Dennis <dennisf...@gmail.com> wrote:
> I'm designing my data schema and one thing that popped up is whether I
> should separate out the frequently changing parts of my data schema
> from the more static parts.
> This is especially relevant because of datastore timeouts where I want
> to do as little work / volume in my writes as possible.
>
> If I edit an entity and only 1 property changed, then will gae only
> update the single property or will it re-write all the properties of
> the entity (and all the index updates too?).
>
> Dennis
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to