Has anyone noticed any performance issues running a database (MySQL or Postgres) in a docker container, I'm told that severe performance degradation occurs.
Please advise.
Has anyone noticed any performance issues running a database (MySQL or Postgres) in a docker container, I'm told that severe performance degradation occurs.
Please advise.
We see no performance penalty when running SQL Server in WinDocks Windows containers.
The container instance performs just as any SQL Server instance on a shared host.
Disclosure: I am the Co-Founder of WinDocks
Docker itself imposes very little overhead, it's just isolating the process from other processes on the host. However, there are lots of things you can do to degrade the performance of a container:
In short, the container is unlikely to be the issue itself, but make sure you're doing an apples to apples comparison.