Re: Would PostgreSQL 16 native transparent data encryption support database level encryption? - Mailing list pgsql-general

From Tom Lane
Subject Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?
Date
Msg-id 3867047.1684434197@sss.pgh.pa.us
Whole thread Raw
In response to Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?  (Thorsten Glaser <tg@evolvis.org>)
List pgsql-general
Thorsten Glaser <tg@evolvis.org> writes:
> On Thu, 18 May 2023, Tony Xu wrote:
>> Our use-case is for a multi-tenancy scenario - we are considering using
>> different databases to store different customer's data, however, for

> Why not using multiple clusters then?

Yeah.  The problem with key-per-database is what are you going to do
with the shared catalogs?  It's a lot simpler, and probably better
performing, to use one key per cluster.

            regards, tom lane



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unrecognized Node Type Warning
Next
From: Ron
Date:
Subject: Re: Would PostgreSQL 16 native transparent data encryption support database level encryption?