We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently only cache one zstd frame:
forest/src/car_backed_blockstore.rs
Line 335 in 79a1fd9
But
executing tipsets is roughly 5x slower with compressed snapshots than without on my machine. A cache of decoded frames should close that gap, though.
We should cache more frames and see if that helps.
The text was updated successfully, but these errors were encountered:
Note that we eventually want multiple CAR files sharing a single cache.
Sorry, something went wrong.
It doesn't make sense to work on this until the CAR store has matured. Otherwise, it'll just have to be rewritten.
Closed by #3288
No branches or pull requests
We currently only cache one zstd frame:
forest/src/car_backed_blockstore.rs
Line 335 in 79a1fd9
But
We should cache more frames and see if that helps.
The text was updated successfully, but these errors were encountered: