Re: COMMIT NOWAIT Performance Option - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: COMMIT NOWAIT Performance Option
Date
Msg-id 20070301152421.GJ15006@nasby.net
Whole thread Raw
In response to Re: COMMIT NOWAIT Performance Option  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Wed, Feb 28, 2007 at 12:16:10PM -0500, Bruce Momjian wrote:
> background writer, and I think after a server crash, all pages would
> have to be read and checked.  The good news is that both of these are

Would they? If you're doing recovery you'd have to read all pages
dirtied since the last checkpoint... could there be pages other than
those that had been torn?
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: HOT - preliminary results
Next
From: Tom Lane
Date:
Subject: Re: CLUSTER, using SHARE UPDATE EXCLUSIVE lock?