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
It is very important after a long synchronization and also for realistic performance comparisons to make sure that all blockchain state has been flushed to disk.
I encounter this need when testing FlatDB performance. FlatDB uses memory caches that are periodically flushed to disk.
I also implemented this RPC call. I will submit a PR soon.
The text was updated successfully, but these errors were encountered:
It is very important after a long synchronization and also for realistic performance comparisons to make sure that all blockchain state has been flushed to disk.
I encounter this need when testing FlatDB performance. FlatDB uses memory caches that are periodically flushed to disk.
I also implemented this RPC call. I will submit a PR soon.
The text was updated successfully, but these errors were encountered: