Answer Posted / Pankaj Kumar Tripathi
An ObjectID in MongoDB consists of 12 bytes, divided into three parts: a 4-byte timestamp (seconds since Unix epoch), a 3-byte machine ID, a 2-byte process ID, and a 3-byte counter incremented for each new ObjectID created on that specific process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers