On Dec 18, 11:38 pm, boson <[email protected]> wrote:
>
> Can anybody say to what extent the difference is minimized if the
> large entities are barely changing?
>
> I.e. numerous indexes wouldn't need to update because only a single
> property changed... So is this as fast as a smaller entity, close to
> it, or barely different from the case where all properties changed?

good question! you're right, when you update an existing entity, we
calculate the deltas and only update the index rows that need to be
changed. a put() for an existing entity with all properties changed
will cost more, and will probably be at least a little slower, than a
put() with only a single property changed.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to