Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10139

Update language for Data Model Operations: Use 'Collections' for the last word

      Atomicity

      In MongoDB, operations are atomic at the document level. No single write operation can change more than one document. Operations that modify more than a single document in a collection still operate on one document at a time. [1] Ensure that your application stores all fields with atomic dependency requirements in the same document. If the application can tolerate non-atomic updates for two pieces of data, you can store these data in separate documents (*Collections*).

            Assignee:
            Unassigned Unassigned
            Reporter:
            playit2thelimit@gmail.com Christopher Payseuer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              1 year, 25 weeks, 3 days ago