Upsert and multi in mongodb

Source: Internet
Author: User
The upsert in mongodb and the update in multimongodb are like this: db. XXX. update (query, obj, upsert, multi); For upsert (false by default): If upserttrue is found, if the query finds rows that meet the conditions, modify these rows. If not, append a row that matches query and obj. If the ups

The upsert in mongodb and the update method in multi mongodb are as follows: db. XXX. update (query, obj, upsert, multi); For upsert (false by default): If upsert = true, if the query finds rows that meet the conditions, modify these rows, if not found, append a row that matches query and obj. If the ups


Upsert and multi in mongodb

The update format in mongodb is as follows:

Db. XXX. update (query, obj, upsert, multi );

For upsert (false by default): If upsert = true, if the query finds a row that meets the conditions,

Modify these rows. If no rows are found, append a row that matches query and obj.

If upsert is set to false, no append is added when it cannot be found.

For multi (false by default): If multi is true, all rows that meet the conditions are modified,

Otherwise, only the first row that meets the condition is modified.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.