-
Notifications
You must be signed in to change notification settings - Fork 49
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
DOCSP-45876 Add parallel operations callout #952
base: master
Are you sure you want to change the base?
DOCSP-45876 Add parallel operations callout #952
Conversation
✅ Deploy Preview for docs-node ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a small suggestion!
@@ -208,6 +208,15 @@ the Convenient Transaction API: | |||
To see a fully runnable example that uses this API, see the | |||
:ref:`node-usage-convenient-txn` usage example. | |||
|
|||
.. sharedinclude:: dbx/transactions-parallelism.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this joined with:
Parallel Operations Not Supported
The Node.js driver does not support running parallel operations within a single transaction.
It seems like a separate note to point folks at the client api for more than one namespace. Also, none of the driver support parallel operations in a transaction because it isn't supported on the server rather than there being a driver side limitation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me check with the docs team on that, we pretty much got tickets for most of the drivers docs that have a transactions page to add this and organize it this way. But I'll link your comment and see what the feedback is!
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-45876
Staging - https://deploy-preview-952--docs-node.netlify.app/fundamentals/transactions/
Self-Review Checklist