v7.1 & WAL - Mailing list pgsql-admin

From Peter Schmidt
Subject v7.1 & WAL
Date
Msg-id 93i468$2e06$1@news.tht.net
Whole thread Raw
List pgsql-admin
The 7.1 Release notes include the statement re WAL below.

"Write-ahead Log (WAL)
To maintain database consistency in case of an operating system crash,
previous releases of PostgreSQL have forced all data modifications to disk
before each transaction commit. With WAL, only one log file must be flushed
to disk, greatly improving performance. If you have been using -F in
previous releases to disable disk flushes, you may want to consider
discontinuing its use."

Have WAL changes had any impact on vacuum?

Are there other benefits gained from these changes? e.g. less likely to see
a corrupted database in the event of a system crash, performance gains, etc?

Where is the new WAL log - pg_log no longer exists?

Thanks for any and all comments.

Peter Schmidt
PRISMedia Networks, Inc.
pschmidt@prismedia.com




pgsql-admin by date:

Previous
From: R D
Date:
Subject: Re: Granting Permissions to User To Access Database
Next
From: Radoslaw Stachowiak
Date:
Subject: Re: Granting Permissions to User To Access Database