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

Separate documents using comma while inserting many ones #6252

Closed
wants to merge 1 commit into from
Closed

Separate documents using comma while inserting many ones #6252

wants to merge 1 commit into from

Conversation

ulvimardaliyev
Copy link

This PR is intended to add commas to db.collectionName.insertMany([{<key>:<value>}, {<key>:<value>}]) operation to current MongoDB documentation.

When we want to insert many documents to any collection(s), it is required to add comma(s) in order to separate those documents.
So, current documentation is missing to show the comma(s).
Quick reading : Create a View with Default Collation

@ulvimardaliyev ulvimardaliyev deleted the fix/insertMany-comma branch March 5, 2023 20:35
mongo-cr-bot pushed a commit that referenced this pull request Feb 6, 2024
* DOCSP-36128 updating lookup performance

* DOCSP-36128 updating lookup performance
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

Successfully merging this pull request may close these issues.

2 participants