Re: Nested transactions: low level stuff

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: Nested transactions: low level stuff
Дата
Msg-id 005101c2ef7c$82998ec0$15f5fea9@home
обсуждение исходный текст
Ответ на Re: Nested transactions: low level stuff  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Nested transactions: low level stuff  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> If there was no official vote, the conclusion came from the discussion
> that almost everyone wanted subtransactions without UNDO.
>
> I don't want to rehash it.  If you want a vote, let's vote.
> 
> Who wants subtransactions with UNDO and who wants it with a separate
> transaction id for every subtransaction?

Don't mess up things, Bruce - UNDO is not for subtransactions only!
UNDO would allow immediate storage cleanup and vacuum would
not be required anymore. Subtransactions/savepoints would be just
"by-effect" of UNDO. (And, btw, how would you implement "implicit"
savepoints with "separate subtrans id" approach?)

But do we need any voting, actually? Is there anybody who want/ready
implement UNDO functionality? No? Then there is nothing to vote about.
(Though I personally consider "subtrans id-s" as "messing up messy
transaction system". Messing up is always easier then re-designing).

Vadim




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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Fwd: Re: [GENERAL] Extracting time from timestamp
Следующее
От: Christoph Haller
Дата:
Сообщение: Re: timestamp/date in ecpg