RE: Storage Manager (was postgres 7.2 features.)

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: Storage Manager (was postgres 7.2 features.)
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A23018C51@SECTORBASE1
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: postgres 7.2 features.
Следующее
От: JanWieck@t-online.de (Jan Wieck)
Дата:
Сообщение: Re: AW: update on TOAST status'