Chunk size configuration & performance results #113
-
Hey again 😇, Thanks 💪🏻 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not today, but may be possible on a mover-by-mover basis...
We still haven't done benchmarking on large volumes. I'd be interested in seeing results if you do, though. |
Beta Was this translation helpful? Give feedback.
-
@JohnStrunk just did a manual rsync of around 205 MB and this was the Last Sync Duration: 46.518531386s (from the ReplicationSource) Going to test a much larger transfer in the near future and update :). |
Beta Was this translation helpful? Give feedback.
Not today, but may be possible on a mover-by-mover basis...
The transfer is entirely handled by the specific mover, so if a given mover's engine supports configuring this then it would be possible by exposing that config parameter.
Looking at rsync as an example, it supports the
--block-size
option that would allow specifying a fixed size. It would be possible to expose this option up through the ReplicationSource's.spec.rsync
struct such that a user could configure it per replication pair.