|
The CouchDB dialect makes use of the support for properties changed on the server side. The main use case for this is to re-read the revision property after updates and inserts.
This case can be optimized by propagating the value which CouchDB returns from the write instead doing another read. Note that this will require an update to the GridDialect contract.
|