ipg-informatik

Results 3 comments of ipg-informatik

Same here. We run a mssql linux 2019-cu9 container in aks and a simple sqlquery with 12'000 inserts takes 60-80 seconds to run. On an old onprem machine with standard...

You can follow microsofts own sql aks tutorial and you will see the performance issues [1]. You will see the same performance issues when you run local docker desktop with...

Not yet, but we tried the following, without any performance improvements. ``` /opt/mssql/bin/mssql-conf traceflag 3979 on /opt/mssql/bin/mssql-conf set control.alternatewritethrough 0 /opt/mssql/bin/mssql-conf set control.writethrough 1 ```