|
When performing updates with the CouchDB backend, the entire document needs to be written back to the server at the moment.
With help of a custom document update handler we can support true, more efficient partial updates which only require to send the changed/deleted properties.
See also http://wiki.apache.org/couchdb/Partial_Updates
|