-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-656 - GridFS faq #417
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
|
||
- When you want to keep your files and metadata automatically synced. | ||
If you set up replication, MongoDB replicates both the files and their | ||
metadata so things won't get out of sync. |
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.
this seems absurd as written becasue "synced" doesn't have an object so its more of a features without the corresponding usecase, which is weird.)
The idea/approach should be more like: when you want to store files on systems in multiple data centers, you can use a gridfs store in combination with a replica set to ensure that each facility has a local (read) copy of all files that is always (roughly?) current.
* DOCSP-42974-c2c-nested-components * build errors
* 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-14178): mongocli 1.11.0 release notes * (DOCSP-14178): copy review feedback
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41256) Backports DOCSP-41063 to v1.23
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41256) Backports DOCSP-41063 to v1.24
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41256) Backports DOCSP-41063 to v1.22
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41259) Backports DOCSP-41063 to v1.20
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41260) Backports DOCSP-41063 to v1.19
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41261) Backports DOCSP-41063 to v1.18
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41262) Backports DOCSP-41063 to v1.17
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41264) Backports DOCSP-41063 to v1.15
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41263) Backports DOCSP-41063 to v1.16
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41265) Backports DOCSP-41063 to v1.14
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41266) Backports DOCSP-41063 to v1.13
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41267) Backports DOCSP-41063 to v1.12
* (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo (#417) * (DOCSP-41063) Resolves orphan warnings for the Atlas CLI repo * Updates submodule * (DOCSP-41258) Backports DOCSP-41063 to v1.21
The content includes a link to /applications/gridfs.txt, which is part of
#418