Hi,
Is there any way to do a partial update inside a transaction?
All I need is to update a single field, so I would like to avoid having to fetch the entire document and do a full update. The documents can be relatively big and performance for this use case is critical. For that reason I would also like to avoid using n1ql.
To clarify the transaction involves updates to several documents.
Thanks,
Lucas