Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ Glossary
natural order
The order in which a database stores documents on
disk. Typically, the order of documents on disks reflects
insertion order, *except* when documents move internal because
insertion order, *except* when documents move internally because
of document growth due to update operations. However,
:term:`Capped collections <capped collection>` guarantee that
insertion order and natural order are identical.
Expand Down Expand Up @@ -810,9 +810,10 @@ Glossary
ages it out.

ObjectId
A special 12-byte :term:`BSON` type that has a high probability
an ObjectId represent the time of the ObjectId's
creation. MongoDB uses ObjectId values as the default values for
A special 12-byte :term:`BSON` type that guarantees uniqueness
within the collection. The ObjectID is generated based on
timestamp, machine ID, process ID, and a process-local incremental
counter. MongoDB uses ObjectId values as the default values for
:term:`_id` fields.

geohash
Expand Down