atomic operation in mongodb

  • Atomic Operation in MongoDB

    Atomic Operation in MongoDB

    mongodb does not support atomic transaction over multiple documents. however, it provides atomic operations on a single document. therefore, if a document has hundreds of fields, the update command will either update all those fields or not update any fields, thus maintaining atomicity at the
  • Atomic Operation in MongoDB

    Atomic Operation in MongoDB

    mongodb does not support atomic transaction over multiple documents. however, it provides atomic operations on a single document. therefore, if a document has hundreds of fields, the update command will either update all those fields or not update any fields, thus maintaining atomicity at the