Optimize the node i/o performance #55
Answered
by
tac0turtle
in-eth
asked this question in
Chain Builders (Cosmos SDK)
-
Hi, I have a problem about cosmos-sdk node. Current node i/o amount is too big. How can I reduce it? |
Beta Was this translation helpful? Give feedback.
Answered by
tac0turtle
Jan 10, 2024
Replies: 1 comment 1 reply
-
reducing iavl cache can help. We are working on reducing overall IO with the help of store v2 and iavl v2. until then reducing the cache and/or upgrading to iavlv1 is best |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tac0turtle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reducing iavl cache can help. We are working on reducing overall IO with the help of store v2 and iavl v2. until then reducing the cache and/or upgrading to iavlv1 is best