We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e9573 commit 8107e1dCopy full SHA for 8107e1d
source/faq/developers.txt
@@ -162,7 +162,7 @@ storage efficiently in such situations.
162
163
- Use the ``_id`` field explicitly.
164
165
- Mongo automatically adds an object ID to each document and sets it to
+ MongoDB automatically adds an :term:`ObjectId` to each document and sets it to
166
a unique value. Additionally this field in indexed. For tiny documents
167
this takes up significant space. To optimize, use the ``_id``
168
explicitly. Take a field that is unique for the collection and store
0 commit comments