Re: Feature freeze date for 8.1
От
Tom Lane
Тема
Re: Feature freeze date for 8.1
Дата
Msg-id
24597.1114961867@sss.pgh.pa.us
Ответ на
Re: Feature freeze date for 8.1 (Peter Eisentraut)
Список
Дерево обсуждения
Re: Feature freeze date for 8.1 <adnandursun@asrinbilisim.com.tr>
Re: Feature freeze date for 8.1 Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Re: Feature freeze date for 8.1 Dennis Bjorklund <db@zigo.dhs.org>
Re: Feature freeze date for 8.1 <adnandursun@asrinbilisim.com.tr>
Peter Eisentraut writes: > The problem, as I understand it, is that if you have a long-running > query and the client process disappears, the query keeps running and > holds whatever resources it may have until it finishes. There is a trivial solution for this: it's called statement_timeout. If the concern is that a process may block other processes for a long time, what does it matter whether the client is still connected or not? It's the long-running command in itself that is the problem. So you limit the time the command can run. It might be interesting to think about a transaction_timeout as well, to bound the time locks can be held. But none of this has anything to do with "high availability" as I understand the term. It looks more like a forcing function to make your users fix poorly-written client software ;-) regards, tom lane
В списке pgsql-hackers по дате отправления