Re: MS SQL Server 2005 JDBC Driver Performance Issue
- From: Robert Klemme <shortcutter@xxxxxxxxxxxxxx>
- Date: Fri, 04 Aug 2006 16:09:18 +0200
Richard Yeo wrote:
Thanks
We are using TCP/IP with both Sybase and SQL Server
Just to make myself clear: when I said "network protocol" I didn't mean TCP vs. UDP or such but the DB's network prodocol (I believe it's called "TDS" for SQL Server and jTDS page claims that there is at least version 8.1 of it around).
There are very few connection settings for the SQL Server 2005 JDBC driver. We are using all that give better performance.
Did you try different values for "useCursors"? see
http://jtds.sourceforge.net/faq.html#urlFormat
We have done some basic testing with
http://www.inetsoftware.de/products/jdbc/mssql/merlia/
and jTDS and both appear to be a little faster than the Microsoft JDBC driver. we have tested about 4 other drivers which appear to have the same performance as the Microsoft JDBC driver.
We are running extensive testing over the weekend so will hopefully have some scientific numbers on monday.
That's good. Probably a superfluous question: you don't have an application layer firewall in between server and client?
Kind regards
robert
PS: Please don't top post.
.
- Prev by Date: Re: MSS 2005 JDBC error - The conversion from int to TIMESTAMP is unsu
- Next by Date: Re: MS SQL Server 2005 JDBC Driver Performance Issue
- Previous by thread: Re: MS SQL Server 2005 JDBC Driver Performance Issue
- Next by thread: Re: MSS 2005 JDBC error - The conversion from int to TIMESTAMP is unsu
- Index(es):
Relevant Pages
|
Loading