dbTalk Databases Forums  

Tuning Ingres for ODBC/JDBC

comp.databases.ingres comp.databases.ingres


Discuss Tuning Ingres for ODBC/JDBC in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
marc@rohde-net.us
 
Posts: n/a

Default Tuning Ingres for ODBC/JDBC - 06-22-2012 , 04:50 PM






We have recently started migrating more applications out of the 4GL to ODBC/JDBC and are seeing performance issues on the database.

Are here any best practices and tuning recommendations to enhance JDBC connection performance and keep it from impacting the other clients?

Reply With Quote
  #2  
Old   
Roy Hann
 
Posts: n/a

Default Re: Tuning Ingres for ODBC/JDBC - 06-22-2012 , 05:52 PM






marc (AT) rohde-net (DOT) us wrote:

Quote:
We have recently started migrating more applications out of the 4GL to ODBC/JDBC and are seeing performance issues on the database.

Are here any best practices and tuning recommendations to enhance JDBC connection performance and keep it from impacting the other clients?
If you're putting a little skinny wire between your users and their
data, push the business logic UP the wire instead of trying to cram the
data down it.

Or to put it differently, write set-oriented code that does as much
processing on the server as possible.

Other than that, maybe show us some of the queries and we'll see what we
can do.

--
Roy

UK Actian User Association Conference 2012 will be on Tuesday June 19 2012.
Register now at https://www.regonline.co.uk/ukiua2012
The latest information is available from www.uk-iua.org.uk.

Reply With Quote
  #3  
Old   
nikosv
 
Posts: n/a

Default Re: Tuning Ingres for ODBC/JDBC - 06-23-2012 , 05:03 AM



On Saturday, June 23, 2012 12:50:13 AM UTC+3, ma... (AT) rohde-net (DOT) us wrote:
Quote:
We have recently started migrating more applications out of the 4GL to ODBC/JDBC and are seeing performance issues on the database.

Are here any best practices and tuning recommendations to enhance JDBC connection performance and keep it from impacting the other clients?
Can you identify the exact bottleneck ? performance issues sounds too general.
Do the queries run slow? Are there lengthy locks?
Is there connection lag ? (maybe use JDBC connection pooling)
Is the JDBC driver tuned?
Was the 4GL code written in procedural fashion and tighten up to select loops? then as Roy pointed out,you may have to switch to set based logic instead of following a similar 'cursor based'/procedural logic in the new app too

Is it ODBC or JDBC? because the ODBC drivers are notorious for performing worse no matter the underlying dbms

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.