RE: Storage Manager (was postgres 7.2 features.) - Mailing list pgsql-hackers

From Mikheev, Vadim
Subject RE: Storage Manager (was postgres 7.2 features.)
Date
Msg-id 8F4C99C66D04D4118F580090272A7A23018C51@SECTORBASE1
Whole thread Raw
List pgsql-hackers
> Also, does WAL offer instantaneous crash recovery like no-overwrite?

No, but it offers < 1 fsync per commit, instead of fsyncing every
changed table/index...
+ rollback changes of aborted transactions.

And, btw, WAL can live with non-overwriting smgr without problem -
why do you oppose them?

Also, try to power off while inserts into table with indices -
indices will be broken...

Vadim



pgsql-hackers by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: postgres 7.2 features.
Next
From: JanWieck@t-online.de (Jan Wieck)
Date:
Subject: Re: AW: update on TOAST status'