I am using MongoDB and many times I need to update two documents atomically. Since there is no transaction support in MongoDB and implementing two phase commit will require lots of code changes/efforts, what's the best way to achieve this?
How do you handle such cases?
No responses yet.