Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在测试海藻的过程中,问题开始出现。你能解释一下,seaweedfs 逻辑中的热、暖和冷数据是什么? 关于擦除编码的第二个问题:它是否只适用于温暖的数据?我不能用它来热或冷吗?如果我没有任何类型的复制,我可以确定所有数据都安全存储吗?
谢谢
SeaweedFS 有两层,热和温。温暖的是文件更改不那么频繁,但仍需要快速读取。
纠删码仅适用于暖数据。对于热数据,需要复制。热数据需要快速的写入速度,而纠删码并不能真正做到快速。