Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy objects to minio is unusual slow #4580

Closed
rsoutar opened this issue Jun 22, 2017 · 4 comments
Closed

Copy objects to minio is unusual slow #4580

rsoutar opened this issue Jun 22, 2017 · 4 comments

Comments

@rsoutar
Copy link

rsoutar commented Jun 22, 2017

Copy objects to minio is unusual slow

Expected Behavior

Faster?

Current Behavior

./mc cp --recursive folder/ local/bucket/ is running around 4.5 MB/s

dd if=/dev/zero of=bigfile bs=1m count=1024

./mc cp bigfile minio/test is running 128MB/s

Context

The read speed is around 50-70 MB/s
Files under the bucket are something like BucketName/MediaID/Quality/MovieName/Files

Your Environment

Version: 2017-05-05T01:14:51Z
Supermicro SuperStorage 6028R-E1CR12L
CPU : model name : Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz
CORE : 40
Memory : 512 GB
Disks : 12 * 4TB
Ubuntu 16.04

@deekoder deekoder added this to the Edge cache milestone Jun 22, 2017
@donatello
Copy link
Member

@rsoutar

  1. What is the average size of the files being copied into your local minio server?
  2. Do you have a very large number of files in a single directory?

@harshavardhana
Copy link
Member

harshavardhana commented Jun 23, 2017

What is the average size of the files being copied into your local minio server?
Do you have a very large number of files in a single directory?

Actually this was discussed on #general @donatello we saw copy saturates the network link on a large file copy i.e for multipart transfer.

Copy small files sequentially we don't actually saturate the network, there is a mc github issue to fix this and bring back some amount of parallelism to optimally saturate the network link.

@harshavardhana
Copy link
Member

@deekoder this is not a minio server bug per se. We have to open this bug on mc and fix it.

@lock
Copy link

lock bot commented May 6, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants