Re: CommitDelay performance improvement - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CommitDelay performance improvement
Date
Msg-id 5068.982973561@sss.pgh.pa.us
Whole thread Raw
In response to Re: CommitDelay performance improvement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: CommitDelay performance improvement  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Can we put the backends to sleep waiting for a lock, and have them wake
> up later?

Locks don't have timeouts.  There is no existing mechanism that will
serve this purpose; we'll have to create a new one.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: CommitDelay performance improvement
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: CommitDelay performance improvement