WAL bypass for CTAS

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема WAL bypass for CTAS
Дата
Msg-id 1117836409.3844.1230.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: WAL bypass for CTAS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: WAL bypass for CTAS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: WAL bypass for CTAS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I enclose a complete patch for avoiding WAL usage for CREATE TABLE AS
SELECT, when not in archive mode (PITR). The main use case for this is
large BI environments that create summary tables or prejoined tables,
though there are many general applications.

There is no user interface for this. The speed gain is automatic, when
archiving is not enabled.

This contains all the lower level machinery required to do the same
thing for COPY, as discussed on hackers. The machinery includes some
additional freespace thinkery, aimed mainly at the forthcoming COPY
patch, which solely needs to be integrated with Alon's work.

Patch is diff -c format, compiles and make checks on cvstip as of now.

No performance tests *on this patch*, though the general principle has
already been proven via a similar prototype patch not published on list.

Best Regards, Simon Riggs

Вложения

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: O_DIRECT for WAL writes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Unused variable in explain.c