Ecker
04/20/2019, 12:05 PMupsertMany? As I have input of 20K entries where I don't know if it's update or insert. But a unique identifier is known, so should I first insert/create all the missing ID's then use updateMany afterwards? – Any other techniques?