Does a Model.put() call incur Write Ops for every indexed property in
an entity regardless of whether the actual property values have
changed?

In other words, if I update a stored entity having only changed one
property, does the datastore update just that one index with 2 write
ops (asc & desc) or does it perform write ops to update all the
properties in the entity regardless of whether their values have
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 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