Re: Looking for tips

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Looking for tips
Дата
Msg-id 8613.1121800591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Looking for tips  (Oliver Crosby <ryusei@gmail.com>)
Ответы Re: Looking for tips
Список pgsql-performance
Oliver Crosby <ryusei@gmail.com> writes:
>> You could possibly get some improvement if you can re-use prepared plans
>> for the queries; but this will require some fooling with the client code
>> (I'm not sure if DBD::Pg even has support for it at all).

> Aye. We have prepared statements.

Ah, but are they really prepared, or is DBD::Pg faking it by inserting
parameter values into the query text and then sending the assembled
string as a fresh query?  It wasn't until about 7.4 that we had adequate
backend support to let client libraries support prepared queries
properly, and I'm unsure that DBD::Pg has been updated to take advantage
of that support.

            regards, tom lane

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Looking for tips
Следующее
От: Christopher Petrilli
Дата:
Сообщение: Re: Impact of checkpoint_segments under continual load conditions