Skip to content

Removed repetition of Document Size in docs #2655

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

Conversation

tarungarg546
Copy link
Contributor

@tarungarg546 tarungarg546 commented Jun 23, 2016

Hi there 🎩 ,

This PR is just removing some repetitions in mongoDB manual update docs here.

  • Before

    Document Size
    When performing update operations that increase the document size beyond the allocated space for that document, the update operation relocates the document on disk.
    Field Order
    When performing update operations that increase the document size beyond the allocated space for that document, the update operation relocates the document on disk.
    MongoDB preserves the order of the document fields following write operations except for the following cases:
    The _id field is always the first field in the document.
    Updates that include renaming of field names may result in the reordering of fields in the document.
    Changed in version 2.6: Starting in version 2.6, MongoDB actively attempts to preserve the field order in a document. Before version 2.6, MongoDB did not actively preserve the order of the fields in a document.

  • After

    Document Size
    When performing update operations that increase the document size beyond the allocated space for that document, the update operation relocates the document on disk.
    Field Order
    When performing update operations that increase the document size beyond the allocated space for that document, the update operation relocates the document on disk.
    MongoDB preserves the order of the document fields following write operations except for the following cases:
    The _id field is always the first field in the document.
    Updates that include renaming of field names may result in the reordering of fields in the document.
    Changed in version 2.6: Starting in version 2.6, MongoDB actively attempts to preserve the field order in a document. Before version 2.6, MongoDB did not actively preserve the order of the fields in a document.


This change is Reviewable

@kay-kim
Copy link
Contributor

kay-kim commented Aug 2, 2016

merged! thank you.

@kay-kim kay-kim closed this Aug 2, 2016
mongo-cr-bot pushed a commit that referenced this pull request Mar 3, 2023
… validation fails (#2631) (#2655)

* DOCS-15860 full validation does not report index info when collection validation fails

* external review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants