On Wed, Nov 11, 2020 at 10:49 PM Saurav Sarkar
wrote:
> We have a multi tenant application where for each tenant we create
> separate tables . So for e.g. if i have 100 tenants then i have 100 tables.
>
Depending how many tables each client gets and what you expect your tenant
growth may be like
On Thu, Nov 12, 2020 at 11:57:27AM +0530, Saurav Sarkar wrote:
> Hi David,
>
> Thanks for the reply.
>
> I just wanted to check if there is any possibility or any activity ongoing
> which can enable database or fine granular level encryption in future.
>
> Probably then i can wait otherwise i ha
Hi David,
Thanks for the reply.
I just wanted to check if there is any possibility or any activity ongoing
which can enable database or fine granular level encryption in future.
Probably then i can wait otherwise i have to move towards Client Side
encryption as you mentioned.
Best Regards,
Saur
On Wed, Nov 11, 2020 at 10:49 PM Saurav Sarkar
wrote:
> We have a multi tenant application where for each tenant we create
> separate tables . So for e.g. if i have 100 tenants then i have 100 tables.
>
> Now we want to have encryption for the data in the tables with the tenant
> provided key. Is
ted a similar question on SF
https://stackoverflow.com/questions/64719415/encryption-with-customer-provided-key-in-a-multi-tenant-postgres-jsonb-db
Best Regards,
Saurav