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
dimartiro opened this issue
Dec 5, 2023
· 0 comments
· Fixed by #3895
Assignees
Labels
C-complexComplex changes across multiple modules. Possibly will require additional research.S-trieissues related to the pkg/trie package.T-featthis issue/pr is a new feature or functionality.
dimartiro
added
T-feat
this issue/pr is a new feature or functionality.
and removed
T-enhancement
this issue/pr covers improvement of existing functionality.
labels
Apr 25, 2024
C-complexComplex changes across multiple modules. Possibly will require additional research.S-trieissues related to the pkg/trie package.T-featthis issue/pr is a new feature or functionality.
In order to reduce the amount of memory used by our servers we have to implement a cache to prevent having 100% of the tries in memory.
This will be used with the lazy loading to have the most frequently used tries into the cached and improve the read times
External resources:
Substrate impl
The text was updated successfully, but these errors were encountered: