Home >Backend Development >PHP Tutorial >关于图片分布式存储的思路?

关于图片分布式存储的思路?

WBOY
WBOYOriginal
2016-06-06 20:46:591114browse

存储用户上传的图片按用户来进行存储,由于上传量大,那么不可能上传到一个服务器,肯定要按

一定规律进行分布存储,那请问各位是如何处理这个问题的?按月来分?还是什么?上传的时候如

何自动选择存储服务器?显示的时候如何获取路径?

求解答

回复内容:

存储用户上传的图片按用户来进行存储,由于上传量大,那么不可能上传到一个服务器,肯定要按

一定规律进行分布存储,那请问各位是如何处理这个问题的?按月来分?还是什么?上传的时候如

何自动选择存储服务器?显示的时候如何获取路径?

求解答

轻量级考虑fastdfs,mogilefs,moosefs,或者买个netapp的nas,据说也有用redis的。重量级的研究下TFS haystack。

如果上传文件不需要后续处理请使用CDN,七牛的就不错, 你可以使用我的邀请链接 https://portal.qiniu.com/signup?code=3l9crsixmcy8i

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn