gpt4 book ai didi

angularjs - 如何在 MongoDB 数据库中保存文件?

转载 作者:可可西里 更新时间:2023-11-01 10:50:08 25 4
gpt4 key购买 nike

我正在制作一个在 MongoDB 数据库中存储文档文件的小项目。听说文档文件不能直接存储在MongoDB中,而我们可以将其存储在google drive或dropbox等中,我们可以从那里引用它。这是正确的还是错误的,如果它是错误的,任何人都可以帮助我完成这个项目吗?我只是引用了解我的项目这里是我的 plunker 链接请看一下,让我知道最好的方法?

<https://plnkr.co/edit/RwjmCynuvzj8reqv2pw6?p=preview>

最佳答案

您可以在 MongoDB 中存储大文件。看看https://www.mongodb.com/blog/post/storing-large-objects-and-files-in-mongodb

MongoDB stores objects in a binary format called BSON. BinData is a BSON data type for a binary byte array. However, MongoDB objects are typically limited to 4MB in size. To deal with this, files are “chunked” into multiple objects that are less than 4MB each. This has the added advantage of letting us efficiently retrieve a specific range of the given file.

关于angularjs - 如何在 MongoDB 数据库中保存文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42080496/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com