How do I enable data deduplication? Is it enabled by default? #568
-
|
怎么开启数据去重?是默认开启的吗?在启动时有没有开启或关闭的选项? How do I enable data deduplication? Is it enabled by default? Is there an option to enable or disable it at startup? |
Beta Was this translation helpful? Give feedback.
Answered by
pysocrates
Dec 8, 2025
Replies: 2 comments
-
|
There is no such function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You would be better off handling de-duplication from the other end, via client side or additional control plane to handle de-duplication. By its nature that is not what RustFS is meant to be. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
loverustfs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would be better off handling de-duplication from the other end, via client side or additional control plane to handle de-duplication. By its nature that is not what RustFS is meant to be.