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