issues
search
nirv-ai
/
db-core
0
stars
0
forks
source link
read docs on postgres pooling configs and pools in general before doing anything else
#11
Open
noahehall
opened
1 year ago
noahehall
commented
1 year ago
https://node-postgres.com/features/pooling
https://www.postgresql.org/docs/15/runtime-config-client.html
https://www.ashnik.com/everything-you-need-to-know-about-connection-pooling-in-postgres/
https://scalegrid.io/blog/postgresql-connection-pooling-part-1-pros-and-cons/
https://www.crunchydata.com/blog/your-guide-to-connection-management-in-postgres
https://www.pgbouncer.org/
https://dzone.com/articles/postgresql-connection-pooling-part-4-pgbouncer-vs
https://dba.stackexchange.com/questions/301671/is-it-good-practice-to-use-both-pgbouncer-and-pgpool-together
https://github.com/zalando/patroni
https://www.reddit.com/r/PostgreSQL/comments/p9vwun/pgbouncer_vs_application_side_pooler/
https://devcenter.heroku.com/articles/best-practices-pgbouncer-configuration
https://arctype.com/blog/connnection-pooling-postgres/