Re: Savepoints

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Savepoints
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA42128DE@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Savepoints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Vadim wrote:
> How about: use overwriting smgr + put old records into rollback
> segments - RS - (you have to keep them somewhere till TX's running
> anyway) + use WAL only as REDO log (RS will be used to rollback TX'
> changes and WAL will be used for RS/data files recovery).
> Something like what Oracle does.

We have all the info we need in WAL and in the old rows,
why would you want to write them to RS ?
You only need RS for overwriting smgr.

Andreas


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: RTREE Index on primary key generated by a sequence
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RTREE Index on primary key generated by a sequence