We need ignore duplicate write Option for bulkWrite #385
Closed
gookseangkim
started this conversation in
Ideas
Replies: 1 comment
|
This was implemented |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We need ignore duplicate write Option for bulkWrite.
If we write tuple and the tuple already exist in database, we got an error for "duplicate tuple in write".
for the case write 1 by 1 we can verify exist before writing, but in bulkWrite case, we can not ensure whether the tuple exist in this bulk writing tuples, I think we need an option to ignore the error for "duplicate tuple in write" in bulk write
All reactions