Re: MS SQL Server 2005 JDBC Driver Performance Issue
- From: Robert Klemme <shortcutter@xxxxxxxxxxxxxx>
- Date: Fri, 07 Jul 2006 13:43:07 +0200
Richard Yeo wrote:
Peter
If you are porting an application particularly one as hard on performance (calls many stored procs per page using JDBC) as ours the performance the application receives from the JDBC Driver and RDBMS combination is very important!
Our test is very valid given the ported DB needs to perform at similar levels. We are testing all areas of performance not just the driver. You can't just test one area. You have to test each link and identify the weak link in the chain which is clearly the JDBC driver.
Just to throw in another opinion: since you're running against different databases not only the driver *implementation* may be the issue but network protocols may differ! Also, did you try out different connection settings? There are actually settings of the JDBC driver (I know for jTDS but I believe this is true for MS as well) that affect performance.
Did you do the comparison test with jTDS yet?
Kind regards
robert
.
- Prev by Date: Re: MS SQL Server 2005 JDBC Driver Performance Issue
- Next by Date: Re: Unattended installation for SQL Server 2000
- Previous by thread: Re: MS SQL Server 2005 JDBC Driver Performance Issue
- Next by thread: Re: MS SQL Server 2005 JDBC Driver Performance Issue
- Index(es):
Relevant Pages
|