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).
1.文件删除这个api如果频繁去调用会不会产生瓶颈 2.有没有方式可以批量安装日期存储的文件去删除,因为随着时间增长,磁盘不足,必须清理部分过期的问题 3.想的是直接删除数据,然后删除文件元数据,再进行修复