Generator Settings
ObjectIds embed a one-second-resolution creation time, so this lets you build historical fixtures that sort correctly.
Real drivers keep this stable for the lifetime of a process. Fixing it makes a batch look like it came from one machine.
Increments per ID, wrapping at 16,777,215. Together with the timestamp this is what prevents collisions inside one process.
Options
Generated ObjectIds
objectids.txt

      
These are structurally valid ObjectIds for testing and fixtures. In production, always let the driver generate _id — it manages the per-process identifier and counter for you.