Transaction support in MongoDB

后端 未结 8 1750
刺人心
刺人心 2020-12-10 02:02

I am new to MongoDB. I read that MongoDB does not support multi-document transactionshere http://docs.mongodb.org/manual/faq/fundamentals/.

If I want to

相关标签:
8条回答
  • 2020-12-10 03:08

    Only support Single Document Transaction.

    You can see it at: https://docs.mongodb.com/v3.2/tutorial/perform-two-phase-commits/

    0 讨论(0)
  • 2020-12-10 03:09

    Multi-document updates or “multi-document transactions” using a two-phase commit approac described here: http://docs.mongodb.org/manual/tutorial/perform-two-phase-commits/

    0 讨论(0)
提交回复
热议问题