Re: Performance problem using V3 protocol in jdbc driver

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problem using V3 protocol in jdbc driver
Дата
Msg-id 12037.1124254905@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance problem using V3 protocol in jdbc driver  ("Barry Lind" <blind@xythos.com>)
Список pgsql-jdbc
"Barry Lind" <blind@xythos.com> writes:
> ...  On a hunch I switched the jdbc driver to using the V2 protocol
> and the load on the machine dropped down to what it was when using
> Oracle and everything was fine.

First knee-jerk reaction is that it's an optimization problem stemming
from V3 protocol feeding parameterized queries to the backend where V2
did not, and the planner being unable to cope :-(

Can you identify the specific queries causing the problem?

            regards, tom lane

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Barry Lind"
Дата:
Сообщение: Performance problem using V3 protocol in jdbc driver
Следующее
От: "Barry Lind"
Дата:
Сообщение: Re: Performance problem using V3 protocol in jdbc driver