codemeasandwich / mongoose-model-stream

a mongoose model generator with a change stream
Apache License 2.0
3 stars 0 forks source link

Only persist changed! values in an object/document on Save #9

Open codemeasandwich opened 1 year ago

codemeasandwich commented 1 year ago

Instead of overwriting an existing document on save it may be better to see what has been updated or changed and only update does specific values in the DB. This would avoid a race condition where to process are changing the same document at the same time