As mentioned in title, Im fairly new to working with MongoDB. Currently i have a task where we have to update older entries in db with a new field (updated schema due to new requirements). What would be the best way to update older entries to minimize the impact on performance or risk to data consistency.

The new entries will all have same value from enum, and there is about 60 ish mil entries.