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.