Re: CommitDelay performance improvement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CommitDelay performance improvement
Date: 2001-02-24 00:12:41
Message-ID: 5068.982973561@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-02-24 01:20:46 Re: CommitDelay performance improvement
Previous Message Bruce Momjian 2001-02-23 23:40:59 Re: CommitDelay performance improvement