-
Notifications
You must be signed in to change notification settings - Fork 99
v2.0.0. Performance Review #74
Comments
Have you considered any optimizations in the use of I've been trying to use a gub cluster taking in ~40-80k QPS, each with ~5 items in the requests list and I've been reaching a ceiling (image below). I tried a number of things: load balancing with envoy, various cluster sizes (from 1 to 5 machines of 16 cores each), etc.. However I wasn't able to saturate those machines, so I went hunting for blocking points. I initially thought it might be the global mutex on the cache and tried a I've taken some blocking profiles and there's quite some time spent in As a quick wip dirty hack, I eliminated the Not sure if there's light at the end of this tunnel, but that almost 2x increase in QPS on the local machine definitely caught my attention. |
Thank you for doing this analysis! (I kept seeing |
Purpose
Behavior=GLOBAL
. Reference our implementation with that of https://ipfs.io.TODO
The text was updated successfully, but these errors were encountered: