psychok7 / django-yadpt-starter

Yet Another Django Project Template skeleton for Django projects
MIT License
28 stars 1 forks source link

Add a DB connection pooler #38

Open psychok7 opened 7 years ago

psychok7 commented 7 years ago

Consider adding something like https://github.com/pgbouncer/pgbouncer

https://hub.docker.com/r/brainsam/pgbouncer/ (alpine) or https://hub.docker.com/r/kotaimen/pgbouncer/ (debian)

psychok7 commented 6 years ago

It would be nice to include this in https://github.com/psychok7/django-yadpt-starter/milestone/4

psychok7 commented 5 years ago

An interesting resource: https://www.percona.com/blog/2018/10/02/scaling-postgresql-using-connection-poolers-and-load-balancers-for-an-enterprise-grade-environment/