Skip to content

Tag Archives: performance

Logging Ingres JDBC connections under tomcat

08-Jul-08

The Ingres JDBC driver, iijdbc.jar, has the capability to log the queries that pass through it. This is extremely useful for obtaining query timings as well as working out what goes between an application and the DBMS server. For example, below is a snippet of a trace obtained from Jira:
2008-07-08 10:04:12.319: Ingres-ResultSet[40296].next()
2008-07-08 10:04:12.319: Curs[40296].load()
2008-07-08 10:04:12.319: [...]

Ingres 2006 Release 3 beta

19-Nov-07

The following just landed in my inbox from the IngresVIP mailing list:

The latest version of Ingres 2006 by Ingres has been released! This release is a beta version, preparing for the production version release, which will take place in Q1 2008.
The new Ingres 2006 Release 3 is designed to simplify development of sophisticated applications and [...]