为什么sync不支持两端是juicefs的情况进行对象数据复用? #6360
-
在两个区域的juicefs进行sync时,假如源juicefs有很多使用 clone 出现的对象数据复用,sync到目标juicefs时完全没考虑检查目标juicefs的对象数据复用可能性,直接写入全新数据,导致数据冗余比较严重,想咨询下为啥不引入这种机制? |
Beta Was this translation helpful? Give feedback.
Answered by
zhijian-pro
Sep 15, 2025
Replies: 1 comment 2 replies
-
不同的jfs文件系统,元数据与数据是完全独立的 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
多个文件系统之间是隔离的是目前基本的架构,无法变更。