happyfish100 / fastdfs

FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs
GNU General Public License v3.0
8.91k stars 1.97k forks source link

大量文件导入到fastdfs的问题 #691

Open lystormenvoy opened 5 months ago

lystormenvoy commented 5 months ago

项目上有几百T的文件要进行迁移,原本只是普通的文件,需要导入到fastdfs。为性能和速度计,打算使用一个一两MB的文件进行上传,然后使用mv命令将要迁移的文件移动到file_id文件替换,这样速度应该会比较快,相当于旧文件只换了个路径,不需要一个个上传。不知道这样是否有其他问题? fastdfs只有单个服务器。