Categories
Products
Technologies
Top Rated docs

October 26, 2020

Tips for Migrating from HAProxy to ProxySQL

ProxySQL is a dedicated load balancer for MySQL which comes with a variety of features including, but not limited to query redirecting, query caching or traffic shaping. It can be used to easily set up...

October 9, 2020

An Overview of PostgreSQL Query Caching & Load Balancing

The topic of caching appeared in PostgreSQL as far back as 22 years ago, and at that time the focus was on database reliability. Fast forward to 2020, the disk platters are hidden even deeper...

October 1, 2020

Comparing Load Balancers for PostgreSQL

Load balancing increases system performance, especially from the application standpoint, allowing several computers to serve the same data. It works such that the load is being distributed among client queries to replica nodes aside from...

September 30, 2020

Scaling PostgreSQL Using Connection Poolers & Load Balancers

Scalability is the property of a system to handle a growing amount of demands by adding resources. The reasons for this amount of demands could be temporary, for example, if you are launching a discount...

September 24, 2020

Understanding the HAProxy Statistics for MySQL & PostgreSQL

Having a Load Balancer is always a good option to improve your database environment. It can help you on redirect applications to available database nodes, distribute the traffic across multiple servers to improve performance, or...

September 22, 2020

How Load Balancing Works with DBaaS Setups

Database as a Service (DBaaS) takes away the pain of operating a database. So as a user, when you decide to use a DBaas from a cloud service provider, you would only know the database...

September 17, 2020

Connection Handling & Throttling with HAProxy

HAProxy continues to evolve into a more powerful software for load balancing and proxying solutions. It's one of the most popular high availability solutions and can work as a proxy for Layer 4 (TCP) and...

September 16, 2020

What’s New in HAProxy 2.2

HAProxy is one of most popular open source load balancers. It is a TCP/HTTP load balancer that can handle incoming traffic and spread the request to multiple endpoints and servers. HAProxy uses reverse proxy to...

September 14, 2020

How to Achieve PostgreSQL High Availability with pgBouncer

In the database world, there are many common concepts like High Availability, Failover, and Connection pooling. All of them are useful things to implement on any system, and even a must in some cases. A...

September 10, 2020

How Does a Database Load Balancer Work?

A database Load Balancer is a middleware service that stands between applications and databases. It distributes the workload across multiple database servers running behind it. The goals of having database load balancing are to provide...

September 9, 2020

Driving Performance for PostgreSQL with HAProxy

Database performance is a very important concern when maintaining your database cluster, especially as it grows over the time. This is especially true if your application started out with low traffic going then growting to...

July 16, 2020

Deploying MariaDB Replication for High Availability

MariaDB Server offers asynchronous and synchronous replication. It can be set up to have a multi-source replication or with a multi-master setup.  For a read and write intensive application, a master-slave setup is common, but...

Subscribe below to be notified of fresh posts