How to achieve transaction management in Couchbase

Hi,

How can i achieve transaction management support in couch base. If i am trying to insert 10 documents from java code.
If the insertion fails for 3rd record.I want to rollback the other successful insertions.

Thanks
Vara Prasad.

Hi, see how Cisco does it.

For anyone coming across this old thread, distributed multi-document ACID transactions have been supported by Couchbase since 6.5.

1 Like