MongoDB card revieweasy
What is ObjectId in MongoDB?
ObjectId is the default unique identifier generated for MongoDB documents. It is a 12-byte value containing timestamp information, machine information, process information, and a random counter. MongoDB uses ObjectId as the default value for the _id field.