You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response should be received within 1s
A similar Erigon ETH node, running on an identical server, responds within 0.4 second to the same request, even though the amount of returned data is five times smaller.
This issue is particularly noticeable when querying blocks in the range of 10 million to 13 million. On other historical blocks, the response time is also longer than that of the Erigon ETH node, but not as critical—response times are within 5 seconds. However, for the latest blocks, everything works fine and the response time is as expected. Additionally, when making a subsequent request for the same block, the data retrieval time is close to the expected value.
Steps to reproduce the behaviour
Run a request using the debug_traceBlockByNumber method.
Backtrace
[backtrace]
The text was updated successfully, but these errors were encountered:
Do you have compare with Polygon? I think it is expected, for history state, it's code data. It need read from the static file. Once you query once, the second time will be expected because you can get it from cache.
System information
Erigon version: Docker container
v1.3.0-beta1
Storage: NVMe
OS & Version: Linux
Commit hash:
906a3e64826d4185d73e1e81278bc5e753d6e2fc6615b5a7b767f3e9718b64b5
Erigon Command (with flags/config):
Consensus Layer: embedded
Consensus Layer Command (with flags/config): embedded
Chain/Network: BSC
Expected behaviour
The response should be received within 1s
A similar Erigon ETH node, running on an identical server, responds within 0.4 second to the same request, even though the amount of returned data is five times smaller.
Actual behaviour
The response takes 25s
This issue is particularly noticeable when querying blocks in the range of 10 million to 13 million. On other historical blocks, the response time is also longer than that of the Erigon ETH node, but not as critical—response times are within 5 seconds. However, for the latest blocks, everything works fine and the response time is as expected. Additionally, when making a subsequent request for the same block, the data retrieval time is close to the expected value.
Steps to reproduce the behaviour
Run a request using the
debug_traceBlockByNumber
method.Backtrace
The text was updated successfully, but these errors were encountered: