-
Notifications
You must be signed in to change notification settings - Fork 0
About HAProxy
Azita Abdollahi edited this page May 6, 2025
·
1 revision
HAProxy is a high-performance TCP/HTTP load balancer.
In this project, we use HAProxy in TCP mode to:
- Load balance MongoDB read traffic
- Distribute load across multiple secondaries
- Improve read performance & availability
It doesn't interpret MongoDB protocol — it just forwards TCP traffic.