Performance
WolfScale is built in Rust for maximum performance. The replication engine is asynchronous and non-blocking, with minimal overhead on the database.
Benchmarks
- Replication lag: < 100ms typical
- Throughput: 10,000+ transactions/second
- Memory usage: ~50MB base
- CPU overhead: < 1% on modern hardware
Tuning Tips
- Use ROW-based binlog format for best performance
- Enable GTID mode for efficient failover
- Place WolfScale nodes close to their database for low latency
- Use WolfNet for encrypted inter-node communication