go icon indicating copy to clipboard operation
go copied to clipboard

Horizon Lite: Load testing

Open jcx120 opened this issue 3 years ago • 0 comments

Load testing (is there a path to horizontal scaling)

  1. Uncached - how does latency degrade with additional concurrency?
  2. 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

jcx120 avatar Aug 06 '22 00:08 jcx120