-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: archive node takes a long time to startup #666
Comments
related issue cosmos/cosmos-sdk#4326 |
I remembered @yihuang had tried |
lazy loading only support read only cases. |
ah right! |
13 tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, archive node on mainnet takes a long time to startup, the main suspicion is iavl tree load all the roots on startup, that's time consuming on an archive node which has lots of historical versions.
iavl 0.19.0's optimization may help with that.
The text was updated successfully, but these errors were encountered: