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

Mysql docker performance #23

Open
paales opened this issue Jun 5, 2020 · 1 comment
Open

Mysql docker performance #23

paales opened this issue Jun 5, 2020 · 1 comment
Assignees

Comments

@paales
Copy link
Member

paales commented Jun 5, 2020

As measured when running a query inside the docker container to mysql we see a network latency of 0.281ms compared to 0.085ms on dedicated server.

@hnsr
Copy link
Contributor

hnsr commented Oct 13, 2023

Assigning to @wimvdputten. He's been testing out some changes that don't use a bind mound for the MySQL service but simply allocate it on the shared virtual disk, which greatly increases performance.

Downside is that MySQL files can not easily be included in local backups, but most of us exclude these from backups already anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants