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
Say the states between 100 and 200 are pruned, when trying to query state at 110, we can replay the blocks between 100 and 110 based on the state 100 to get the state 110.
This may allow user to use some prunning settings, while keeping the ability to query all historical states, a trade-off between db size and query performance.
Problem Definition
Proposal
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
This is not a good solution. This is why we have archive mode (i.e. no pruning). Disk space is cheap. Query against an archive node or stream your state to an external DB.
Summary
Say the states between
100
and200
are pruned, when trying to query state at110
, we can replay the blocks between100
and110
based on the state100
to get the state110
.This may allow user to use some prunning settings, while keeping the ability to query all historical states, a trade-off between db size and query performance.
Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: