Re: timeout implementation issues - Mailing list pgsql-hackers

From Karel Zak
Subject Re: timeout implementation issues
Date
Msg-id 20020408102211.A3729@zf.jcu.cz
Whole thread Raw
In response to Re: timeout implementation issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Fri, Apr 05, 2002 at 08:32:47PM -0500, Bruce Momjian wrote:
> > Or, as I suggested above, extend the SELECT (and other querys?) syntax
> > seems reasonable. More so than the non-standard 'use this index, really'
> > types of extensions that other RDBMSs provide, that we've rightly avoided.
> 
> I think we need timeout for all statement.
The Oracle has:
CREATE PROFILE statement with for example following options:
   CONNECT_TIME   IDLE_TIME

I think system resource control per user is more useful than simpleSET command. There is no problem add other limits
likeQUERY_TIMEOUT.          Karel
 

-- Karel Zak  <zakkr@zf.jcu.cz>http://home.zf.jcu.cz/~zakkr/C, PostgreSQL, PHP, WWW, http://docs.linux.cz,
http://mape.jcu.cz


pgsql-hackers by date:

Previous
From: Thomas Swan
Date:
Subject: Re: timeout implementation issues
Next
From: Karel Zak
Date:
Subject: Re: timeout implementation issues