Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB module ACID transaction implementation #347

Closed
hikalkan opened this issue Jul 6, 2018 · 1 comment · Fixed by #5174
Closed

MongoDB module ACID transaction implementation #347

hikalkan opened this issue Jul 6, 2018 · 1 comment · Fixed by #5174

Comments

@hikalkan
Copy link
Member

hikalkan commented Jul 6, 2018

MongoDB 4.0 supports ACID transactions. MongoDB 4.2 supports distributed ACID transactions too!

@maliming
Copy link
Member

After trying it was unsuccessful. 7c145bc

1.Mongo2Go has problems with transaction support.
Mongo2Go/Mongo2Go#89

  1. The database needs to be configured to use transactions.

In version 4.0, MongoDB supports multi-document transactions on replica sets.
In version 4.2, MongoDB introduces distributed transactions, which adds support for multi-document transactions on sharded clusters and incorporates the existing support for multi-document transactions on replica sets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants