Re: General DB Tuning

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Brent Henry <bh_pgperf(at)yahoo(dot)com>
Cc: Dennis <dennis(at)works4me(dot)com>, Tom Arthurs <tarthurs(at)jobflash(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: General DB Tuning
Date: 2005-07-13 01:52:20
Message-ID: 42D473D4.7040500@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> Is there a different kind of 'prepared' statements
> that we should be using in the driver to get logging
> to work properly? What is the 'new' protocol?

The 8.0.2 jdbc driver uses real prepared statements instead of faked
ones. The problem is the new protocol (that the 8.0.2 driver users) has
a bug where protocol-prepared queries don't get logged properly.

I don't know if it's been fixed...

Chris

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Arthurs 2005-07-13 01:53:11 Re: General DB Tuning
Previous Message Brent Henry 2005-07-13 01:36:30 Re: General DB Tuning