Performance MySQL <> MsSQL
Posted: Fri 22 Nov 2013 21:10
Hi
I am in the process of migrating several MySQL databases to Sql Server, but I am experiencing severe performance loss.
When running my application, which have many requests of small amounts of data from large tables, MySQL is several milliseconds faster on each request, Sql server has up to 200 Ms longer response time than MySQL.
Is there something general, that I can do to increase performance for Sql Server ?
I have already made sure that none of my requests fetch more records than needed.
I am running my application under Citrix.
Thanks in advance
Jens Lund
I am in the process of migrating several MySQL databases to Sql Server, but I am experiencing severe performance loss.
When running my application, which have many requests of small amounts of data from large tables, MySQL is several milliseconds faster on each request, Sql server has up to 200 Ms longer response time than MySQL.
Is there something general, that I can do to increase performance for Sql Server ?
I have already made sure that none of my requests fetch more records than needed.
I am running my application under Citrix.
Thanks in advance
Jens Lund