search

Home  >  Q&A  >  body text

node.js - mongo保存大数据溢出错误,单条数据超过16Mb

如题, 求指导, 如有遇到过此问题的求一个解决方案,谢谢, 给个思路也行。

阿神阿神2785 days ago474

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 15:04:22

    Due to the limitation of BSON, a single record of MongoDB cannot exceed 16MB. However, GridFS storage in MongoDB can support the storage of data exceeding 16MB. GridFS is specifically designed for large data storage such as files.

    reply
    0
  • Cancelreply