MVCC, undo log, and HOT

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема MVCC, undo log, and HOT
Дата
Msg-id 200710202249.l9KMn0u22815@momjian.us
обсуждение исходный текст
Ответы Re: MVCC, undo log, and HOT  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Those who have been with the community from long ago might remember
discussion about implementing a undo log.  The big advantage of this is
that it allows UPDATE to _replace_ rows and limits the amount of cleanup
required for UPDATEs.

I am hoping that with HOT we will no longer have any need to even
consider undo.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Poorly designed tsearch NOTICEs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Ready for beta2?