Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?
Date: 2023-05-18 21:10:02
Message-ID: 5038f5c7-35f6-0dc6-129e-341dd6909ea1@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/18/23 15:56, Bruce Momjian wrote:
> On Thu, May 18, 2023 at 01:56:48PM -0500, Ron wrote:
>> We need to keep costs down, too.
>>
>> Oracle (I think) does it at the DB level, and so does SQL Server.  Upper
>> Management hears us say "sorry, no can do" and wonders what bunch of amateurs
>> are developing PostgreSQL.
> I have found it is hard to protect against the judgment of the ignorant,
> so I usually don't bother.

It's perfectly valid to ask "why can't they do X when our previous vendor
could?"

I, of course, know that it's because WAL records are global.  "They" then
quite reasonably ask why the developers haven't fixed that, yet.  The answer
(I think) is that "global WAL"is deeply embedded in the product, and would
require a major rewrite; adding new features is a higher priority.

--
Born in Arizona, moved to Babylonia.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Frost 2023-05-18 22:53:18 Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?
Previous Message Bruce Momjian 2023-05-18 20:56:39 Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?