RE: WAL feature

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: WAL feature
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A234D33DF@sectorbase1.sectorbase.com
обсуждение исходный текст
Ответ на WAL feature  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы RE: WAL feature  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> WAL was a difficult feature to add to 7.1.  Currently, it is only used
> as a performance benefit, but I expect it will be used in the future to

Not only. Did you forget about btree stability?
Partial disk writes?

> add new features like:
> 
>     Advanced Replication

I'm for sure not fan of this.

>     Point-in-time recovery
>     Row reuse without vacuum

Yes, it will help to remove uncommitted rows.

And don't forget about SAVEPOINTs.

Vadim


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: `make depend' broken in CVS sources
Следующее
От: "G. Anthony Reina"
Дата:
Сообщение: pg_dump Backup on 7.0.3 - Sanity error?