Re: WAL log performance/efficiency question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WAL log performance/efficiency question
Дата
Msg-id 25796.1179413752@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WAL log performance/efficiency question  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-performance
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> Keaton Adams wrote:
>> We are running on PostgreSQL 8.1.4 and are planning to move to 8.3 when
>> it becomes available.  Are there space utilization/performance
>> improvements in WAL logging in the upcoming release?

> One big change in 8.3 is that COPY on a table that's been created or
> truncated in the same transaction doesn't need to write WAL at all, if
> WAL archiving isn't enabled.

There are a couple of improvements in tuple storage (the header is
shorter, and short varlena fields have less overhead); those would
translate pretty directly into less WAL space too.

            regards, tom lane

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: WAL log performance/efficiency question
Следующее
От: Keaton Adams
Дата:
Сообщение: Re: WAL log performance/efficiency question