- Illustrates how embedding fields related to an atomic update within the same document ensures that the fields are in sync.
- Describes one method for supporting keyword search by storing keywords in an array in the same document as the text field. Combined with a multi-key index, this pattern can support application's keyword search operations.
- Describes two methods to model monetary data in MongoDB.
- Describes how to deal with IoT data in MongoDB.