Categories
Products
Technologies
Top Rated docs

November 22, 2018

Scaling Connections in PostgreSQL Using Connection Pooling

Opening a database connection is an expensive operation, and connection pooling is used to keep database connections open so they can be reused. This avoids having to repeatedly open network sessions, authenticate and check authorisation....

November 7, 2017

HAProxy Connections vs MySQL Connections – What You Should Know

Having a load balancer or reverse proxy in front of your MySQL or MariaDB server does add a little bit of complexity to your database setup, which might lead to some, things behaving differently. Theoretically,...

Subscribe below to be notified of fresh posts