Re: Idle in transaction ????

From: wsheldah(at)lexmark(dot)com
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Idle in transaction ????
Date: 2001-11-16 15:26:24
Message-ID: 200111161526.KAA27447@interlock2.lexmark.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That sounds great. Thanks for clearing that up.

Wes Sheldahl

Tom Lane <tgl%sss(dot)pgh(dot)pa(dot)us(at)interlock(dot)lexmark(dot)com> on 11/15/2001 05:52:00 PM

To: "Wesley_Sheldahl/Lex/Lexmark.LEXMARK"@sweeper.lex.lexmark.com
cc: pgsql-general%postgresql(dot)org(at)interlock(dot)lexmark(dot)com (bcc: Wesley
Sheldahl/Lex/Lexmark)
Subject: Re: [GENERAL] Idle in transaction ????

wsheldah(at)lexmark(dot)com writes:
> If vacuum in 7.2 skips tables it can't lock,

It does not.

The real change in 7.2 is that vacuum requires only an ordinary writer's
lock on the table, not exclusive lock. Since a write lock doesn't
conflict with read or write locks (basically it only conflicts with
schema-changing operations) we expect that vacuum will run concurrently
with most ordinary database operations.

regards, tom lane

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-11-16 16:06:16 Re: Poor performance on SCSI machines, good on IDE?
Previous Message Ross J. Reedstrom 2001-11-16 15:24:24 Re: bug or change in functionality in 7.2?