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.
I have the Django application in Docker.
The database is Postgres and it is in the RDS service of Amazon web services.
Would PGBouncer be installed on the instance where the Django application runs?