Open karthikeayan opened 5 years ago
What happens if you run the same outside of a container?
I thought it works fine outside the container. But I see same issue even outside the container. So this github issue should not be valid.
Can you create a way for me to replicate the exact situation, both “it works” and “it’s slow”? Happy to figure it out and resolve it if you can make it easy to replicate.
Below is the Dockerfile I used,
I had to remove the non-root user commands as docker run was throwing permission denied issues.
Why Ubuntu image
alpine image comes with mariadb client and having issues while dumping database contains generated columns
Issue
While using this ubuntu docker image in Kubernetes, the was very slow. Alpine image took 25 minutes to take 25GB database. Ubuntu image took around 1.5 hours to dump the first 5-6 GB and container got restarted.