Skip to content

Chunk size configuration & performance results #113

Answered by JohnStrunk
oranichu asked this question in Q&A
Discussion options

You must be logged in to vote

Following my last question, is the partial data that is being transferred configurable? can I use bigger or smaller chunks of data for each iteration?

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.

Also, how does it handle big data replication?…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@oranichu
Comment options

Answer selected by oranichu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants