Re: IDLE queries taking up space

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: IDLE queries taking up space
Дата
Msg-id 2B02175D-5C97-4671-A263-8C628A69CE39@elevated-dev.com
обсуждение исходный текст
Ответ на IDLE queries taking up space  (JD Wong <jdmswong@gmail.com>)
Ответы Re: IDLE queries taking up space  (Rodrigo Gonzalez <rjgonzale@estrads.com.ar>)
Список pgsql-general
On Aug 30, 2011, at 10:03 AM, JD Wong wrote:

> How can I set postgres to qutomatically close connections that have finished their queries and now sit idle?

They haven't finished their queries. They've opened transactions, and then are sitting there doing nothing. In other
words,this is a bug in your clients, and no, you really would not want PG automatically terminating connections
mid-transactionjust because it thought the client was taking too long to get to the next step. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





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

Предыдущее
От: shuaixf
Дата:
Сообщение: Re: Whether the function exists a in pgsql table or not?
Следующее
От: Rich Shepard
Дата:
Сообщение: COPY failure on directory I own