ho-nl / docker-development-box

🐳 Reach Digital Magento 2 Docker+local hybrid devbox 🐳
Apache License 2.0
20 stars 4 forks source link

Mysql docker performance #23

Open paales opened 4 years ago

paales commented 4 years ago

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 commented 11 months ago

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.