Re: WAL logging volume and CREATE TABLE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL logging volume and CREATE TABLE
Дата
Msg-id 2715.1312300464@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WAL logging volume and CREATE TABLE  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
>>> In minimal level, WAL-logging of some bulk operations, like CREATE
>>> INDEX, CLUSTER and COPY on a table that was created or truncated in the
>>> same transaction can be safely skipped, which can make those operations
>>> much faster (see Section 14.4.7).

> But the documentation states the WAL logging is reduced for CREATE INDEX
> by doing CREATE TABLE in the same transaction block.  Why is this true?

It's not true, and it doesn't say that, or at least doesn't intend to
say that.  That sentence is meant to be read as:

1. The optimization applies to CREATE INDEX.
2. The optimization applies to CLUSTER or COPY on a table that was
created or truncated in the current transaction.

I now see your point, which is that the sentence is easily misparsed.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: WAL logging volume and CREATE TABLE
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot standby and GiST page splits (was Re: WIP: Fast GiST index build)