Title: "Scaling PostgreSQL with PgBouncer" Date: 2018-08-27 12:20:15 Categories: [data base] tags: [postgresql]
As PostgreSQL based applications scale, the need to implement connection pooling can become apparent sooner than you might expect. Since, PostgreSQL to date has no built-in connection pool handler, in this post I’ll explore some of the options for implementing connection pooling.