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
During history reindex, write runtime blocks and corresponding round results in batches.
This way we reduce transaction overhead of badgerDB. Experimental data showed 2-3x speed-up from master benchmarks.
Finally, with writing bottleneck out of the way, this allows us to focus on optimizing the reading part (next bottleneck) and doing reindex for all runtimes at the same time.
The text was updated successfully, but these errors were encountered:
During history reindex, write runtime blocks and corresponding round results in batches.
This way we reduce transaction overhead of badgerDB. Experimental data showed 2-3x speed-up from master benchmarks.
Finally, with writing bottleneck out of the way, this allows us to focus on optimizing the reading part (next bottleneck) and doing reindex for all runtimes at the same time.
The text was updated successfully, but these errors were encountered: