parallel replicas info read from disk for deadlines containing ten thousands of sectors #8592
Closed
5 of 15 tasks
Labels
kind/enhancement
Kind: Enhancement
Checklist
Ideas
.Lotus component
Improvement Suggestion
Now, when doing windowpost, each sectors in the deadlines would like to read p_aux from disk and build its replicainfo in the code bellow:
[rust-filecoin-proofs-api](https://github.com/filecoin-project/rust-filecoin-proofs-api/blob/250963c69f13bef8ab91f709e9e33c9e1d760fbd/src/post.rs#L407)
There is no problem for a deadlines containing e.g. 2300 or 4600 sectors, but for ten thousands of sectors in one deadlines, loading replicainfo from disk cost too long for windowpost process. So we sugguest to parallel the process here and improve the performance for the windowpost.
filecoin-project/rust-filecoin-proofs-api#69 (comment)
The text was updated successfully, but these errors were encountered: