What is a Database Proxy?

Опубликовано: 25 Апрель 2026
на канале: MariaDB
1,384
35

A database proxy is an intermediate layer that sits between client applications and the database servers, directing client requests to appropriate database instances. It provides functionalities like load balancing, query routing, failover, caching, query rewriting, and more, helping to optimize performance, increase scalability, and enhance the security of database environments. MariaDB MaxScale is a database proxy included in MariaDB Enterprise.