Re: [REVIEW] Re: Compression of full-page-writes

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [REVIEW] Re: Compression of full-page-writes
Дата
Msg-id CA+U5nMJ-F=pK6Cs9=LkV3u9ap-f6ej8Fq7Euh2XU7s+2wHxTjg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [REVIEW] Re: Compression of full-page-writes  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [REVIEW] Re: Compression of full-page-writes  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 13 December 2014 at 14:36, Michael Paquier <michael.paquier@gmail.com> wrote:

> Something to be aware of btw is that this patch introduces an
> additional 8 bytes per block image in WAL as it contains additional
> information to control the compression. In this case this is the
> uint16 compress_len present in XLogRecordBlockImageHeader.

So we add 8 bytes to all FPWs, or only for compressed FPWs?

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: Re: Commitfest problems
Следующее
От: Andreas Karlsson
Дата:
Сообщение: PATCH: Reducing lock strength of trigger and foreign key DDL