Would you be open to receiving a PR for quota (DB size) enforcement?
This adds the ability to switch connections into a delete & read-only (DELETE/DROP/VACUUM/etc) mode. Useful for several cases such as:
- preventing a single tenant filling disk space on a shared server
- serverless postgres offerings - especially where you want to limit your (cost) exposure
- scenarios where you don't have full administrative control of the DB server so can't (for example) use filesystem or postgres extension based quotas
I've been using this:
https://github.com/pgdogdev/pgdog/compare/main...dstockton:pgdog:feat/quota-enforcement?expand=1
Would you be open to receiving a PR for quota (DB size) enforcement?
This adds the ability to switch connections into a delete & read-only (DELETE/DROP/VACUUM/etc) mode. Useful for several cases such as:
I've been using this:
https://github.com/pgdogdev/pgdog/compare/main...dstockton:pgdog:feat/quota-enforcement?expand=1