How to restrict schema size per tenant - Mailing list pgsql-admin

From niraj nandane
Subject How to restrict schema size per tenant
Date
Msg-id CALpWO+CodegxqSS9MJva1hwj82GUUWwbBJqOu3+0zK5xRhOLwQ@mail.gmail.com
Whole thread Raw
Responses Re: How to restrict schema size per tenant
List pgsql-admin
Hello Team,

We are using Postgres schema based tenancy approach for our SaaS application. We create schema per tenant. We have Postgres instance in HA mode. We have multiple micro services and each service have its own database. For eg. Auth service have auth database, audit have audit. Inside each database, we create schema per tenant. We want to restrict usage to 10GB per tenant combined across all database. Is there any tool or built in way to monitor this in Postgres?

--

Thanks,
Niraj Nandane

pgsql-admin by date:

Previous
From: nikhil kumar
Date:
Subject: Re: Roll forward the replica instance
Next
From: Laurenz Albe
Date:
Subject: Re: How to restrict schema size per tenant