I am loading the Bitcoin blockchain (200GB) into mongodb. It goes extremely slow.
I have read that by disabling journal (option: --nojournal) it’s possible to make much faster.
I haven’t found the way to do that with mongodb under meteor.
Any more ideas how to speed up loading the db?
ps: dumping and restoring the db took 3.5 hours while loading that info into the db from the bitcoin node took several days.
Since there should be no constraints and the hashes has been pre-computed, maybe you can try dividing the dump into smaller pieces and do parallel inserts