Google News
logo
MongoDB - Interview Questions
Explain the structure of ObjectID in MongoDB.
ObjectID is a 12-byte BSON type with :
 
* 4 bytes value representing seconds
* 3 byte machine identifier
* 2 byte process id
* 3 byte counter
Advertisement