0

I have an application launched in Django, which has a very high traffic of requests and queries to the databases. I am having problems and I have read that with PGBouncer and some settings in Django I can solve the problem.

The question is how to integrate PGBouncer with Django.

  1. I have the Django application in Docker.

  2. The database is Postgres and it is in the RDS service of Amazon web services.

  3. Would PGBouncer be installed on the instance where the Django application runs?

  • Welcome to Stack Overflow. Please take some time to read the help pages, especially the sections named ["What topics can I ask about here?"](https://stackoverflow.com/help/on-topic) and ["What types of questions should I avoid asking?"](https://stackoverflow.com/help/dont-ask). – mpx Jul 30 '20 at 06:23
  • What problem are you having that you think pgbouncer might solve? – jjanes Jul 30 '20 at 13:57

0 Answers0