Tip18: Don't use gridfs for small binary data

Source: Internet
Author: User
Generally, gridfs requires two queries: The first query is the file metadata, and the second query is the file content. Therefore, if you use gridfs to save small filesProgramBecause gridfs generally stores large files in a database.
Gridfs is mainly used to store a large amount of data, which is about to exceed a single document. Based on experience, it is impossible to load everything on the client at a time if it is too large. Therefore, gridfs is a candidate for large-scale streaming data. Images, sounds, and even video clips should be loaded to the client at a time.





As shown in this figure, a big data is divided into multiple small chunks.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.