rpcdaemon: eth_getTransactionReceipt performance degradation at high rate #1979
Labels
performance
Performance issue or improvement
priority:medium
Issue or task currently not too important
Looking at these performance measurements, it is possible to spot some degradation when increasing the request rate (i.e. query-per-second/duration, QPS/T):
Hence, Silkworm is showing quite a large performance degradation when QPS goes from 10000 to 20000.
In PR #1958 we tried to offloading some processing (specifically, the main hotspot highlighted by perf in laptop machine) to worker threads, but performance-wise things get even worse.
The text was updated successfully, but these errors were encountered: