开发者

NoSQL database for storing big files? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_开发百科 Closed 10 years ago.

I need to store very large (more than 512Mb) binary files into a NoSQL database. What particular NoSQL database implementation allows that?


No experience, but Mongos GridFS is the only thing I have heard of that is specifically for storing files


If you're going to store binary files in a non-relational database, you could look into using Luwak. You could also look into using Hadoop's HDFS to store your files in a distributed fashion. Neither of these solutions will do much for you until you have three or more servers to run them on and a fast network backbone to support the file replication.

Without knowing more about the rationale for storing large amounts of binary data in a database, it doesn't make much sense. Your filesystem does an amazing job of storing binary files with searchable metadata. If you're just looking to catalog your movies and their metadata, there are better solutions. If you're trying to get distributed and redundant storage for your movies, there are better solutions out there.


There's a super lean NoSQL storage mechanism with excellent support for random access. In fact, there are many competing implementations of a common, standardized interface with years of testing from hundreds of millions of users around the world.

Look no further than fopen. It's web scale!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜