MongoDB GRIDFS的意思|示意
MongoDB GRIDFS
MongoDB GRIDFS的网络常见释义
实践讨论稿 ...优化文件下载性能,缓存MongoDB GRIDFS文件(实践讨论稿) 2016-10-12 xiaoyw71 19 当前的多机集群系统中,文件(附件)的上传、下载服务是通过网络文件系统(NFS),在NFS的应用中,...
的使用 MongoDb GridFS的使用 MongoDb GridFS 是MongoDB的文件存储方案,主要用于存储和恢复那些超过16M(BSON文件限制)的文件(如:图片、音频等),对大文件有着更好的性能。
MongoDB GRIDFS相关短语
1、 NOSQL MongoDB GridFS 相关
MongoDB GRIDFS相关例句
MongoDB USES the GridFS specification to store large files, by dividing the file into smaller chunks among multiple documents.
MongoDB通过将文件划分为多个文档之间的较小块,使用GridFS规范来存储大文件。
The standard MongoDB distribution includes command line utilities for adding and retrieving GridFS files to and from the local file system.
标准 MongoDB 发行版包含将 GridFS 文件添加到本地文件系统以及从本地文件系统检索 GridFS 文件的命令行工具。
In addition, you'll also learn how you can store large files in MongoDB using GridFS.
此外,您还将学习如何在MongoDB中使用GridFS存储大文件。