Comment on Inventory management in MongoDB: A design philosophy I find bafflingparentComments−jaimeyap9yI would assume you propagate a transaction ID or expected row version (and persist transaction histories and/or version numbers along with the inventory item row after mutation).
Comments
I would assume you propagate a transaction ID or expected row version (and persist transaction histories and/or version numbers along with the inventory item row after mutation).