Re: [HACKERS] Proposal: generic WAL compression

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] Proposal: generic WAL compression
Дата
Msg-id CAB7nPqRhguGfRjMdXntB1Qo5ELonHdBeNoDm67fm0o96EkjG2Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Proposal: generic WAL compression  (Antonin Houska <ah@cybertec.at>)
Список pgsql-hackers
On Mon, Nov 20, 2017 at 4:49 PM, Antonin Houska <ah@cybertec.at> wrote:
> One more idea:
>
> I think the metadata (ALIGN_GAP) should be stored separate from the actual
> data so that you can use memcpy() instead of this loop:
>
>     while (i < j)
>     {
>             char                c = targetRegionAligned[i++];
>
>             writeToPtr(ptr, c);
>     }

Moved to next CF per lack of reviews. The patch still applies.

Oleg, I would recommend as well that you do more patch reviews. Let's
not forget that for one patch submitted you should review one patch
with a somewhat equal difficulty, and yours is quite specialized.
-- 
Michael


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] PATCH: enabling parallel execution for cursorsexplicitly (experimental)
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Removing LEFT JOINs in more cases