-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-41984: single field index #134
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
DOCSP-41984: single field index #134
Conversation
✅ Deploy Preview for docs-php-library ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! LGTM w/ a few suggestions
source/indexes/index-mgmt.txt
Outdated
indexes, see the :manual:`Data Modeling and Indexes | ||
</core/data-model-operations/#indexes>` guide in the {+mdb-server+} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing title has changed in the linked section, it's just "Indexes" now
indexes, see the :manual:`Data Modeling and Indexes | |
</core/data-model-operations/#indexes>` guide in the {+mdb-server+} | |
indexes, see the :manual:`Indexes | |
</core/data-model-operations/#indexes>` guide in the {+mdb-server+} |
source/indexes/index-mgmt.txt
Outdated
Delete All Indexes | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
You can drop all indexes by calling the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can drop all indexes by calling the | |
You can delete all indexes by calling the |
document in a collection. These indexes improve single field query and | ||
sort performance, and support :manual:`TTL Indexes </core/index-ttl>` | ||
that automatically remove documents from a collection after a certain | ||
amount of time or at a specified clock time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: I think this might work better broken into two sentences since it's a pretty long sentence as-is
document in a collection. These indexes improve single field query and | |
sort performance, and support :manual:`TTL Indexes </core/index-ttl>` | |
that automatically remove documents from a collection after a certain | |
amount of time or at a specified clock time. | |
document in a collection. These indexes improve single field query and | |
sort performance. They also support :manual:`TTL Indexes </core/index-ttl>` | |
that automatically remove documents from a collection after a certain | |
amount of time or at a specified clock time. |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-41984
Staging:
Self-Review Checklist