Re: Backend memory growing too much

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Backend memory growing too much
Дата
Msg-id 469CE0A3.5020000@dunslane.net
обсуждение исходный текст
Ответ на Backend memory growing too much  (ohp@pyrenet.fr)
Ответы Re: Backend memory growing too much
Список pgsql-hackers

ohp@pyrenet.fr wrote:
>
> I don't know much about DBI/DBD but I know sqlgrey uses a lot of
> prepare/prepare_cached statements.
>
>   

You can inhibit DBD::Pg from using server side prepares  if you need to, 
by executing:
 $dbh->{pg_server_prepare} = 0;

(as documented in the excellent DBD::Pg docs).

cheers

andrew


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: compiler warnings on the buildfarm
Следующее
От: Tom Lane
Дата:
Сообщение: Re: write_pipe_chunks patch messes up early error message output