I'm attempting to copy data from Alibaba Cloud OSS to AWS S3.
Most files are around 1KB in size
I'm dealing with around 10 billion objects, and the transfer speed is very slow — approximately 1 hour or more per GB. The intermediate server I'm using is an AWS c6in.4xlarge instance. Can anyone help explain why this is happening, and what settings or configurations can be adjusted to improve the transfer efficiency?
Adjusting the number of transfer or check operations directly has not resulted in a noticeable improvement. The instance utilization remains low, and the outbound network throughput is only about 1MB/s
There are no error messages in the logs. I'm running a test with approximately 1 million objects totaling 1GB in size. The transfer speed has been slower than expected, and I’m unsure what is limiting the overall sync performance. Any advice or assistance would be greatly appreciated.
The debug logs do not reveal any useful information. Apart from the program running normally, not specifying the number of transfers using this transfer parameter makes the transfer speed slower.