This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
remote-externalities: parallelize value download #12044
Labels
I9-optimisation
An enhancement to provide better overall performance in terms of time-to-completion for a task.
Z2-medium
Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
The way this tool works now is that we first download all of they keys, in a paginated way. Then, we start requesting the values of the corresponding keys in batches. My guess is that this process can still be optimized by parallelizing the requests.
The text was updated successfully, but these errors were encountered: