MongoDB bulkWrite #3403
-
Hello, Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Oct 14, 2021
Replies: 1 comment 3 replies
-
I guess you'll have to use ToCollection/ToArray and use bulk write in there. OnEachRow will persist every single row one by one. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bazalt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you'll have to use ToCollection/ToArray and use bulk write in there. OnEachRow will persist every single row one by one.