
Hello
well, I am doing some performance tests with a load generator.
I amb doing the tests using two servers (each one with 4 CPU) and they have enough memory and disk space. One has the application and the other the database. They are in a dedicated environment so no other applications are using them.
I run a test using the mysql, and then the same test in the same architecture running the mssql database.
The difference is so big (5 times slowest) to think that the problem is the connection (or the scripts for mssql).
Can you provide your connection string (or a sample)?
Thank you very much
Regards
John
--- On Tue, 12/16/08, Michiel Beijen
Hello
I am trying to connect my otrs installation to a mssql database. I am using this connection string but it is really slow and it is impacting the system performance. It connects but the performance is far away from mysql.
$Self->{'Database::Type'} = q/mssql/; $Self->{'Database'} = q/otrs/; $Self->{'DatabaseUser'} = q/jurl/; $Self->{'DatabasePw'} = q/hohoho/; $Self->{DatabaseDSN} = q/DBI:ODBC:driver={SQL Server};Server=192.168.101.22,1433;database=otrs;/;
Please, after Googling and search in the list, can somebody provide an alternative connection string?
Thank you in advance John
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs