diff --git a/source/core/object-id.txt b/source/core/object-id.txt index 03e4f82774c..02f23b3724c 100644 --- a/source/core/object-id.txt +++ b/source/core/object-id.txt @@ -13,7 +13,7 @@ constructed using: - a 4-byte timestamp, - a 3-byte machine identifier, - a 2-byte process id, and -- a 3-byte counter. +- a 3-byte counter, starting with a random value. In MongoDB, documents stored in a collection require a unique :term:`_id` field that acts as a :term:`primary key`. Because