-
Notifications
You must be signed in to change notification settings - Fork 1.7k
adding language and support for better indexing of powerOf2Sizes #95
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
Conversation
are powers of 2 (e.g. 4, 8, 16, 32, 64, 128, 512...) With this | ||
option MongoDB will be able to more effectively reuse space. | ||
|
||
:collflag:`usePowerOf2Sizes` is useful for collection where you |
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.
collection == collections
Also, do you mean to link back to :collflag:usePowerOf2Sizes
within the same block which is the primary documentation (we discussed this general concept last week)
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.
ah, so generally, if its a reference to an object (as indexed by Sphinx,) then linking (as in this case) also changes the typesetting (makes it bold, and preformated/code) so those items are always linked. The docs are very consistent on this practice.
Glossary items (i.e. :term:
) are only linked once per-section, (i.e. the first time the term appears after someone could have started to read by virtue of arriving on a page via a target link.) The docs are less consistent on this point, particularly with regards to some really common terms/ideas (collections, databases.)
Co-authored-by: Kenneth P. J. Dyer <[email protected]>
…fle-section DOCSP-15145 minor updates to csfle section
DOCSP-37055 Query Converter Triggers
* added information about errant record reporting
@TomerYakir, I tried to clarify the wording around the MDB Settings. The ticket suggests removing the list of unsupported settings. Should we really do that? [STAGE](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36633/reference/cluster-configuration-process-options/) [JIRA](https://jira.mongodb.org/browse/DOCSP-36633) [BUILD](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ce2e717111165982e64f8d)
@TomerYakir, I tried to clarify the wording around the MDB Settings. The ticket suggests removing the list of unsupported settings. Should we really do that? [STAGE](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36633/reference/cluster-configuration-process-options/) [JIRA](https://jira.mongodb.org/browse/DOCSP-36633) [BUILD](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ce2e717111165982e64f8d)
@TomerYakir, I tried to clarify the wording around the MDB Settings. The ticket suggests removing the list of unsupported settings. Should we really do that? [STAGE](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36633/reference/cluster-configuration-process-options/) [JIRA](https://jira.mongodb.org/browse/DOCSP-36633) [BUILD](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ce2e717111165982e64f8d)
No description provided.