-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to handle transactions #2
Comments
Unfortunately, I have no production experience with mongoDB. Used it for a private project only. My clients always use Oracle. Don't ask me why :-) |
I can do that, if you want to ;) |
Transaction support would be great. I'm also fine with the way you want to implement it. It sounds good and works without magic so go for it 👍 |
#4 ships with transaction support. |
Question extracted from prooph/proophessor#20:
MongoDB does not support transactions, but it has atomic modifiers and ttl documents, so enough tools to build transactions manually. For the event stream a transactional behavior would be useful, right?
I think of something like this:
If we do something like this, which TTL will we use? MySQL InnoDB has a innodb_lock_wait_timeout of 50 secs by default f.e.
The text was updated successfully, but these errors were encountered: