Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找 GridFS 来存储图像和其他文件。
它有一些非常好的功能,但是我们必须在某个临时位置检索和存储文件来渲染 html,这会花费我们的 cpu 时间。
什么是使用 GridFS 并最小化成本的好策略?
MongoDB 支持 REST。因此,您不必将文件下载到临时存储中。使用 rest,您只需要将文件的 REST 链接附加到您的 html。
在这里查看mongodb简单的rest接口