This repository contains some examples of scripts working with small (1m) and medium sized (50m+) records datasets for MongoDB with Node.js.
Currently there are example for insert/update of 1m , 10m, 50m records.
All the explanations can be found here:
- Optimizing massive MongoDB inserts, load 50 million records faster by 33%!
- How to update 63 million records in MongoDB 50% faster?
Therefore, you can reuse best practices in your own projects!