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: add support of transactions #668

Open
DenisRazinkin opened this issue Aug 6, 2024 · 1 comment
Open

MongoDB: add support of transactions #668

DenisRazinkin opened this issue Aug 6, 2024 · 1 comment

Comments

@DenisRazinkin
Copy link

For scenarios that require atomicity of read and write operations across multiple documents (within a single collection or multiple collections), MongoDB supports distributed transactions.
Transactions are helpful where partial execution across multiple collections can result in non-consistent data condition.

@ArkadyRudenko
Copy link
Contributor

Yes, transactions are useful but there is no such goal in our plans for the near future. Maybe we will try to impl it in the end of Q3 but I don`t promise

PRs are welcome :)

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

No branches or pull requests

2 participants