| In the case of MongoDB, we have the tendency to group inserts. Currently, when there is a constraint violation on the primary key for a grouped update, we end up with the following error message:
Trying to insert an already existing entity: null
which is not very useful for the user. |