sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.91k stars 745 forks source link

关于集群多节点多副本配置 #442

Closed LiyuLiu8270 closed 3 months ago

LiyuLiu8270 commented 3 months ago

JQ你好,想请问一下,集群部署多节点的时候,数据的多副本高可用是如何实现的?是否支持配置副本数量? 了解这些信息是需要对集群实际的可用容量进行预估。 另外对于上亿规模的图片数据存储除了关闭token认证与自动修复外,还有其他需求注意的地方吗? 盼复,谢谢。