How can I do a bulk upsert in pymongo? I want to Update a bunch of entries and doing them one at a time is very slow.
The answer to an almost identical question is h
The answer remains the same: no support for bulk upserts.