Re: Idea for nested transactions / savepoints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Idea for nested transactions / savepoints
Дата
Msg-id 8173.997022088@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Idea for nested transactions / savepoints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Idea for nested transactions / savepoints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> My idea is that we not put UNDO information into WAL but keep a List of
> rel ids / tuple ids in the memory of each backend and do the undo inside
> the backend.

The complaints about WAL size amount to "we don't have the disk space
to keep track of this, for long-running transactions".  If it doesn't
fit on disk, how likely is it that it will fit in memory?
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Re: OID wraparound: summary and proposal
Следующее
От: mlw
Дата:
Сообщение: Re: Re: OID wraparound: summary and proposal