Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
0.5
Description
Timestamp - Special internal type used by MongoDB replication and sharding. First 4 bytes are an increment, second 4 are a timestamp.
Source: http://bsonspec.org/spec.html
Timestamp values are a 64 bit value where:
- the first 32 bits are a time_t value (seconds since the Unix epoch)
- the second 32 bits are an incrementing ordinal for operations within a given second.
Source: https://docs.mongodb.com/v3.2/reference/bson-types/#timestamps