Replies: 3 comments 1 reply
-
to ensure the integrity of the data, it is necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You are right. There is indeed room for optimization here. As long as enough shards are obtained, the complete data can be decoded. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the implementation of
GetObject
, it seems that parity shards of an object are transmitted to the coordinator regardless of whether the object need to be fixed. This wastes network bandwidth and can harm cluster performance. Is there a reason for doing this or simply am I wrong about the behavior?Beta Was this translation helpful? Give feedback.
All reactions