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

  • SEARCH
  • Home
  • 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 8535865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:31:57+00:00 2026-06-11T10:31:57+00:00

Given a large (millions+) collection of documents similar to: { _id : ObjectId, a

  • 0

Given a large (millions+) collection of documents similar to:

{ _id : ObjectId, "a" : 3, "b" : 5 }

What is the most efficient way to process these documents directly on the server, with the results added to each document within the same collection? For example, add a key c whose value equals a+b.

{ _id : ObjectId, "a" : 3, "b" : 5, "c" : 8 }

I’d prefer to do this in the shell.

Seems that find().forEach() would waste time in transit between the db and the shell, and mapReduce() seems intended to process groups of objects down into aggregated data (though I may be misunderstanding).

EDIT: I’d prefer a solution that doesn’t block, if there is one (other than using a cursor on the client)…

  • 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-06-11T10:31:58+00:00Added an answer on June 11, 2026 at 10:31 am

    From the MongoDB Docs on db.eval():

    “db.eval() is used to evaluate a function (written in JavaScript) at the database server.
    This is useful if you need to touch a lot of data lightly. In that scenario, network transfer of the data could be a bottleneck.”

    The documentation has an example of how to use it that is very similar to what you are trying to do.

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

Sidebar

Related Questions

Given a large table (10-100 million rows) what's the best way to add some
Given a very large string. I would like to process parts of the string
given 2 large tables(imagine hundreds of millions of rows), each one has a string
What's the most efficient way to select the last n number of rows in
Given a large dictionary, (actually, a defaultdict ) with tens of millions of key-value
Suppose I'm given a large dictionary in flat file with 200 million words and
Given a large legacy project utilizing ASP.NET, javascript, css, etc, technologies, I was wondering
Given a large text block from a WYSIWYG like: Lorem ipsum dolor sit amet,
I have been given a large quantity of Xml's where I need to pull
Assume you are given a large number of variables that need to be initialized

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.