fkrauthan
01/21/2021, 11:22 PMbulkWrite
with lots of updateSingle
in upsert
mode. I was expected that the write result contains a list of all ID’s for my upsert operation (updates and creations)? Or is mongodb always only gonna return me id’s for creations but never for updates in case of bulkWrites
?