OTRS performance MSSQL DB Connection

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

OTRS performance MSSQL DB Connection

Post by aph »

I'm having some performance issues with OTRS and MSSQL. According to the MSSQL protocol, everytime I perform any action in OTRS web interface (say clicking on 'create new phone ticket'), the 'otrs' database is started afresh. As a result OTRS is very slow.
Unbenannt_46.PNG
The same behaviour is not observed on a virtual machine and the performance is much better.
Unbenannt_48.PNG
What could be the reason why OTRS is unable to maintain database connection? How could this problem be solved?
Using MySQL isn't an option, since the relevant departments don't have the experties (they prefer MSSQL)
Your help is greatly appreciated.
Thanks
You do not have the required permissions to view the files attached to this post.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS performance MSSQL DB Connection

Post by crythias »

use mysql. oh. you can't.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: OTRS performance MSSQL DB Connection

Post by aph »

It may be helpful to some. I was able to improve performance by disabling the Product News (DashboardBackend###0000-ProductNotify) and OTRS News (DashboardBackend###0410-RSS) from Framework -> Frontend::Agent::Dashboard. In my case, OTRS is installed on a server and being behind the firewall OTRS wasn't able to fetch the above feeds.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: OTRS performance MSSQL DB Connection

Post by aph »

I would be interested in knowing, whether anyone was able to improve the MSSQL performance by other means as well. I'm sure I'm not the only one who can't use a MySQL database :D
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS performance MSSQL DB Connection

Post by jojo »

MS SQL is slow due to ODBC as driver. So it will always lack in performance for OTRS
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked