go
go copied to clipboard
Horizon Lite: Load testing
Load testing (is there a path to horizontal scaling)
- Uncached - how does latency degrade with additional concurrency?
- Understand the hotspots and where we can employ different strategies: (these are examples)
- Caching (given the typical request patterns, where can we employ caching)
- Pre-fetching (can we configure a prefetch list of interested accounts/assets)
- etc