You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because MongoDB doesn't implement transactions in the same way relational databases do, and don't have something like advisory locks in MySQL or PostreSQL, need to implement a custom locking mechanism.
Note: this implementation will be targeted at the simplest installation, with a single primary replica. More complex installations with multiple primary replicas, like sharding, are outside the scope of this work.
The text was updated successfully, but these errors were encountered:
Did some experiments this PoC.
Because MongoDB doesn't implement transactions in the same way relational databases do, and don't have something like advisory locks in MySQL or PostreSQL, need to implement a custom locking mechanism.
Note: this implementation will be targeted at the simplest installation, with a single primary replica. More complex installations with multiple primary replicas, like sharding, are outside the scope of this work.
The text was updated successfully, but these errors were encountered: