Re: xlogdump fixups and WAL log question.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: xlogdump fixups and WAL log question.
Дата
Msg-id 28850.1161473069@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: xlogdump fixups and WAL log question.  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Re: xlogdump fixups and WAL log question.  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> But they can be re-created anew with the same name each time? Or I guess
> not, but you redefine a view every 30 minutes to point to the latest
> one?

> If so, then I have a patch that will speed up COPY when in the same
> transaction as the table that created it. I've finally fixed a bug in my
> earlier prototypes that seems to make that work now, in all cases.

Can you make the patch cover the case of
begin;truncate foo;copy foo from ...commit;

It might be infeasible to detect this case, but if it's not ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix up some problems in handling of zic-style time zone names in
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New CRC algorithm: Slicing by 8