-
Notifications
You must be signed in to change notification settings - Fork 149
Labels
c:performanceCategory: performanceCategory: performance
Description
Currently, it takes days (Sapphire, mainnet) for iterative state sync to finish.
State sync should be benchmarked and optimized.
Possible bottlenecks:
- Default fetcher pool has
4workers (see).- Possibly increase, also bottleneck could be number of peers for diff fetching.
- Fetching, applying diffs and finalizing versions (see) are three completely independent processes.
- Currently this is not implemented optimally and processes may block each other.
- See original discussion here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c:performanceCategory: performanceCategory: performance