Hey Team,
I am thinking to ignore the updates come in previous timestamps for example I have field called dateUpdated which is DateTime / TimeStamp and If I get concurrent updates I would to take the latest data with latest timestamp.
For this, I would be using Mongo Compare and set atomic operations and utlimately I would be relying on Mongo clocks and My System Clocks as well.
My Question here is it good practice to go with clock comparision or shall I go with versioining ??
What are the Mongo recommendatations on that ??
Thanks,
Gheri Rupchandani