Re: WAL logging of SELECT ... INTO command

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL logging of SELECT ... INTO command
Дата
Msg-id 16692.1143041726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WAL logging of SELECT ... INTO command  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: WAL logging of SELECT ... INTO command  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-performance
"Jim C. Nasby" <jnasby@pervasive.com> writes:
> Oh, so in other words, SELECT * INTO temp FROM table is inherently
> non-deterministic at the physical level, so the only way to be able to
> allow PITR to work is to duplicate all the physical changes. Darn.

Well, lemme put it this way: I'm not prepared to require that PG be
deterministic at the physical level.  One obvious source of
non-determinancy is the FSM, which is likely to hand out different free
space to different transactions depending on what else is going on at
the same time.  There are others, such as deliberately random
tie-breaking during btree index insertion.

            regards, tom lane

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: WAL logging of SELECT ... INTO command
Следующее
От: ashah
Дата:
Сообщение: Massive Inserts Strategies