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
Right now we store each block state trie for each finalized block in memory.
We should just have the last finalized trie in memory since it will reference all nodes (even from previous tries) and we don't need the previous tries as far as I know. The older tries should be stored on disk.
To confirm with Elizabeth.
The text was updated successfully, but these errors were encountered:
qdm12
changed the title
Move tries older than the last finalized trie to disk
dot/state: move tries older than the last finalized trie to disk
Feb 21, 2022
Task summary
Right now we store each block state trie for each finalized block in memory.
We should just have the last finalized trie in memory since it will reference all nodes (even from previous tries) and we don't need the previous tries as far as I know. The older tries should be stored on disk.
To confirm with Elizabeth.
The text was updated successfully, but these errors were encountered: