Re: no XLOG during COPY?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: no XLOG during COPY?
Дата
Msg-id 48C970A2.5030209@dunslane.net
обсуждение исходный текст
Ответ на Re: no XLOG during COPY?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: no XLOG during COPY?
Список pgsql-hackers

Heikki Linnakangas wrote:
> Andrew Dunstan wrote:
>> Back in February, Tom said here: 
>> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00963.php :
>>
>>> That defeats a couple of optimizations that
>>> Simon put in recently.  The one for no XLOG during COPY is not too
>>> hard to see how to re-enable, but I'm not sure what else there was.
>>
>> Could someone please point me at where this optimization was 
>> committed? I'm having trouble locating it.
>
> http://archives.postgresql.org/pgsql-committers/2007-01/msg00296.php


Great, thanks (and also to Guillaume).

It looks to me like the simple way around this issue would be to provide 
an option to have pg_restore emit:   begin; truncate foo; copy foo ... commit;

The truncate will be trivial as there won't be any data or indexes at 
that stage anyway.

cheers

andrew


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: no XLOG during COPY?
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Commitfest patches mostly assigned ... status