According to the official document:
The BSON object identifier is a 12-byte value consisting of a 4-byte timestamp (seconds from an era), a 3-byte machine identifier, a 2-byte process identifier, and a 3-byte counter
But actually this is a 24 byte value like 4d7f4787ac6d604009000000
Why is this happening?
source
share