Replication Flow
- A write occurs on any node’s local database
- WolfScale captures the change via the binary log
- The change is forwarded to all peer nodes
- Each peer applies the change to its local database
- The load balancer directs reads to any healthy node
Consistency Model
WolfScale provides eventual consistency with configurable conflict resolution. For most workloads, replication lag is under 100ms.