Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3996706
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:18:43+00:00 2026-05-20T07:18:43+00:00

Need some expert suggestions on using ‘$in’ while performing ‘update’ in mongodb collections. Here

  • 0

Need some expert suggestions on using ‘$in’ while performing ‘update’ in mongodb collections.
Here is an example:

db.users.update({userid: {$in: ['1','2','3']}}, {$inc: {mycounter: 1}}, false, true);

is it better to use ‘$in’ in this scenario? Also can anyone guide me if there is any limit for array count/size for ‘$in’ in my above scenario it might be 10k+ user ids per update..

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T07:18:43+00:00Added an answer on May 20, 2026 at 7:18 am

    Ran the following simple test from the shell:

    for(var i = 0; i < 100000; i++) { db.foo.save({ _id : i, x : 1 }) }
    db.foo.count(); // should be 100k
    
    query = []
    for(var i = 0; i < 10000; i++) { query.push(i) }
    db.foo.update( { _id : {$in:query} }, {$inc : {x:1} }, false, true)
    
    db.foo.find({x:2}).count()  // should be 10k
    

    Performance was reasonable, seems like it can handle 10k simultaneous updates.

    I can’t find any indication that there’s a hard limit on the array size. I think you can apply a “reasonable” limit here though. Even if you can issue commands of with an array of 100k, that’s going to be difficult to track.

    Some drivers also allow for bulk update commands, which may be more appropriate for what you’re doing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We need some input on what is a good design pattern on using AJAX
I need some information about localization. I am using .net 2.0 with C# 2.0
I need some pointers on how to detect unknown hardware using .NET and C++/C#.
I need some help on using this pre-historic application: hyperterminal. I need to send
I need some expect advice on how to handle the following:- I have a
I need some advice as to how I easily can separate test runs for
I need some info on how to use margins and how exactly padding works.
I need some software to explore and modify some SQLite databases. Does anything similar
I need some help from the shell-script gurus out there. I have a .txt
I need some sort of interactive chart control for my .NET-based web app. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.