-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-651 migrate collections page #411
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
|
||
- The maximum size of a collection name is 128 characters, including the | ||
name of the database. However, for maximum flexibility, collections | ||
should have names less than 80 characters. |
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.
Lines 24-42 are redundant to: http://docs.mongodb.org/manual/reference/limits/#Restriction%20on%20Collection%20Names (if there are oversights in that section we should edit that...)
I think it'd be better to not create a redundant page for this, and rather redirect the wikipage to a slightly longer glossary entry, that links to the limits page on collection names, the getCollection() java script method, and an FAQ... |
Deleted separate Collections page (from draft) and added the info to the Glossary and Developer FAQ. Ready for merging. |
* DOCSP-43305-ToC-refactor * DOCSP-43305-ToC-refactor * DOCSP-43305-ToC-refactor
* DOCSP-22744 add QE to create collection/database procedures (#413) * DOCSP-22744 add QE to create collection/database procedures * DOCSP-22744 made collection options into an include * DOCSP-22743 In-Use Encryption Procedure (#411) * DOCSP-22743 in-use encryption procedure * DOCSP-22743 in-use encryption procedure * DOCSP-22743 fixing link * DOCSP-22743 fixing link * DOCSP-22743 fixing link * DOCSP-22743 last step * DOCSP-22743 correcting links and table * DOCSP-22743 fixing links * DOCSP-22743 fixing links * DOCSP-22743 fixing links * DOCSP-22743 fixing links * DOCSP-22743 fixing links * DOCSP-22743 fixing links * DOCSP-22743 removing note and adding to paragraph * DOCSP-22743 correcting enterprise blurb * DOCSP-22743 correcting enterprise blurb * DOCSP-22743 fixed required columns * DOCSP-22743 fix columns * DOCSP-22743 single node replica set Co-authored-by: Jocelyn Mendez <[email protected]> * DOCSP-22748 In-Use Encryption Tutorial (#415) * DOCSP-22748 QE tutorial * DOCSP-22748 fix typo * DOCSP-22748 rewording * DOCSP-22748 nit change * DOCSP-22748 add note regarding CSFLE * DOCSP-22748 removing note * DOCSP-22747 Add Queryable Encryption to Encrypted Fields section (#414) * DOCSP-22747 add queryable encryption to encrypted fields section * DOCSP-22747 QE tutorial * DOCSP-22747 QE tutorial * DOCSP-22747 fixing screenshot * DOCSP-22747 fixing link and typos * DOCSP-22747 add banner to page * DOCSP-22747 removing changes not for this branch * DOCSP-22747 rewording * DOCSP-22747 reorganized order of info * DOCSP-22747 changing to in-use encryption * DOCSP-22742 changing title for consistency * DOCSP-22742 add banner to tutorial page * DOCSP-22742 nit changes * DOCSP-22742 nit changes Co-authored-by: Jocelyn Mendez <[email protected]>
(DOCSP-31569) BI connector version 2.14.9 release notes
* (DOCS-13939): minor improvements per feedback * (DOCS-13939): fix build warnings
* (DOCS-13939): minor improvements per feedback * (DOCS-13939): fix build warnings
No description provided.