Re: Moving forward with TDE [PATCH v3]

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Moving forward with TDE [PATCH v3]
Дата
Msg-id 20231104025314.klj7kxucielpviwn@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: Moving forward with TDE [PATCH v3]  (Andres Freund <andres@anarazel.de>)
Ответы Re: Moving forward with TDE [PATCH v3]  (David Christensen <david.christensen@crunchydata.com>)
Список pgsql-hackers
On 2023-11-02 19:32:28 -0700, Andres Freund wrote:
> > From 327e86d52be1df8de9c3a324cb06b85ba5db9604 Mon Sep 17 00:00:00 2001
> > From: David Christensen <david@pgguru.net>
> > Date: Fri, 29 Sep 2023 15:16:00 -0400
> > Subject: [PATCH v3 5/5] Add encrypted/authenticated WAL
> >
> > When using an encrypted cluster, we need to ensure that the WAL is also
> > encrypted. While we could go with an page-based approach, we use instead a
> > per-record approach, using GCM for the encryption method and storing the AuthTag
> > in the xl_crc field.

What was the reason for this decision?

?



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Pre-proposal: unicode normalized text
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Add the ability to limit the amount of memory that can be allocated to backends.