We are pleased to announce the first beta release of Pg_QoS, a PostgreSQL extension that provides Quality of Service (QoS) style resource governance for sessions and queries.
Pg_QoS helps ensure more stable operation of the entire PostgreSQL instance/cluster by limiting resource usage, so that different workloads interfere with each other less.
Enforce per-role and per-database limits via ALTER ROLE/DATABASE SET qos.*
Per-database/role:
work_mem parameterpg_config must be available)https://github.com/appstonia/pg_qos
This is an beta release intended for early testing and feedback. We welcome comments, suggestions, and contributions from the community.
Note: As development is ongoing, please build and use the latest version from the main branch whenever possible.
We'd love to hear your feedback via Github issues.