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
There are different ways to optimize the snapysnc worldstate part through different configurations. When we will have optimize the blockchain part it would be interesting to check the worldstate part
For the worldstate part we can play with:
the size of stacktries for storage and accounts,
increase the number of accounts and slots retrieved by requests
increase the number of threads that the pipeline can manage.
parallelize persist state if IO is not a problem
optimizations at the code level (do not generate the tree fragment several times to validate the proof and persist)
The text was updated successfully, but these errors were encountered:
Description
There are different ways to optimize the snapysnc worldstate part through different configurations. When we will have optimize the blockchain part it would be interesting to check the worldstate part
For the worldstate part we can play with:
The text was updated successfully, but these errors were encountered: