Is it possible to implement Multi-Version Concurrency Control (MVCC) on top of MongoDB?

前端 未结 5 486
广开言路
广开言路 2020-12-31 20:09

MongoDB is to me a great database. However there are cases where I really need atomic multi-document transactions. For example to transfer things (like money or reputation)

5条回答
  •  青春惊慌失措
    2020-12-31 21:03

    There is an implementation of MVCC on MongoDB available now on GitHub:

    https://github.com/igd-geo/mongomvcc

提交回复
热议问题