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

Experiment with speeding up podsi indexing #1806

Closed
wants to merge 10 commits into from

Conversation

ischasny
Copy link
Collaborator

@ischasny ischasny commented Nov 7, 2023

Note: in progress, do not merge

  • Use buffered readers for index generation
  • Use new async api; Validate index inline instead of doing it in 2 stages
  • Add itest

The main change is to use buffered readers - that reuses the number of roundtrips to lotus-miner dramatically (10x with 4MiB buffer)

The build is failing because of dependency go-data-segment that hasn't been merged yet: filecoin-project/go-data-segment#15

@ischasny ischasny requested a review from willscott November 9, 2023 19:00
@ischasny ischasny requested a review from LexLuthr November 29, 2023 13:04
@ischasny ischasny force-pushed the ivan/speedup-podsi-indexing branch from ecaf5c8 to ca4b8cf Compare November 30, 2023 11:01
@ischasny ischasny closed this Nov 30, 2023
@LexLuthr LexLuthr deleted the ivan/speedup-podsi-indexing branch July 25, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant