Skip to content
New issue

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

Disable webgraph checksum #173

Merged
merged 4 commits into from
Mar 5, 2024
Merged

Disable webgraph checksum #173

merged 4 commits into from
Mar 5, 2024

Conversation

mikkeldenker
Copy link
Member

~80% of the time in crawl planner seems to be spend in xxh3 hash. This seems to be primarily used to verify the checksums when the blockcache gets a cache-miss and needs to read from disk. We don't gracefully handle corruptions either way, so let's just disable the verification and see how it impacts performance.

This PR also has some further minor rocksdb performance improvements for the crawl planner.

~80% of the time seems to be spend in xxh3 hash. This seems to be primarily used to verify the checksums when the blockcache gets a cache-miss and needs to read from disk. We don't gracefully handle corruptions either way, so let's just disable the verification and see how it impacts performance.
@mikkeldenker mikkeldenker merged commit 13b8e7b into main Mar 5, 2024
3 checks passed
@mikkeldenker mikkeldenker deleted the disable-webgraph-checksum branch March 5, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant