Skip WAL in ALTER TABLE

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Skip WAL in ALTER TABLE
Дата
Msg-id 20091013113410.A6F8.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: Skip WAL in ALTER TABLE  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
We can skip writing WAL during COPY and CLUSTER if archive_mode is off,
but we don't use the skipping during tables rewrites in ALTER TABLE.
Also we don't use BulkInsertState there.

Is it possible to use WAL-skipping and BulkInsertState in ATRewriteTable() ?
If ok, I'll submit a patch for the next commitfest.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CTE bug?
Следующее
От: Josh Berkus
Дата:
Сообщение: transaction_isolation vs. default_transaction_isolation