Re: Lazy Snapshots

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Lazy Snapshots
Дата
Msg-id 8308.1250948611@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Lazy Snapshots  (Gokulakannan Somasundaram <gokul007@gmail.com>)
Ответы Re: Lazy Snapshots  (Gokulakannan Somasundaram <gokul007@gmail.com>)
Список pgsql-hackers
Gokulakannan Somasundaram <gokul007@gmail.com> writes:
>    I have given some thought in this direction. I am just providing my idea.

> a) Have a structure similar to commit log, which should also store,
> transaction id at which the transaction got committed. Every transaction,
> after committing should update the transaction id at which the commit has
> happened

The maintenance costs and update contention for such a datastructure
would render this completely impractical, even if consulting it were
free.
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [PATCH] plpythonu datatype conversion improvements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SIGUSR1 pingpong between master na autovacum launcher causes crash