Skip to content

DOCS-1609 minor #1043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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