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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thorsten Glaser <tg@evolvis.org>
Cc: Tony Xu <tony.xu@rubrik.com>, pgsql-general@postgresql.org
Date: 2023-05-18T18:23:17Z
Lists: 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