Re: Implement UNLOGGED clause for COPY FROM

Поиск
Список
Период
Сортировка
От Peter Smith
Тема Re: Implement UNLOGGED clause for COPY FROM
Дата
Msg-id CAHut+PuVwHi5owcwbDmb38-mQWF3GWw9FTgCFeWXE3fjBOE4cw@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Implement UNLOGGED clause for COPY FROM  ("tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>)
Ответы RE: Implement UNLOGGED clause for COPY FROM
Список pgsql-hackers
On Thu, Sep 10, 2020 at 7:16 PM tsunakawa.takay@fujitsu.com
<tsunakawa.takay@fujitsu.com> wrote:

> ALTER TABLE takes long time proportional to the amount of existing data, while wal_level = none doesn't.

Right, but if wal_level=none is considered OK for that table with
existing data, then why not just create the table UNLOGGED in the
first place? (or ALTER it to set UNLOGGED just one time and then leave
it as UNLOGGED).

Kind Regards,
Peter Smith.
Fujitsu Australia



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: logtape.c stats don't account for unused "prefetched" block numbers
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Fix for parallel BTree initialization bug