Overview
WolfScale includes a built-in load balancer that distributes database queries across healthy nodes. It supports read/write splitting, health checking, and multiple routing algorithms.
Features
- Read/Write Splitting — Writes go to the primary, reads distribute across all nodes
- Health Checking — Automatically removes unhealthy nodes from the pool
- Connection Pooling — Efficient connection management
- Weighted Routing — Assign weights to prefer certain nodes
Usage
Connect your application to WolfScale’s load balancer port (default: 3307) instead of directly to MySQL. WolfScale handles the routing.