Currently an Evolve Full Node quite slowly from DA, I observed it going at about 3.2 heights per second initially but later degrading to about 2 heights per second later on.
We can likely speed up the Evolve Full node by parallelizing the network calls sent to a Celestia light node in the DA retriever process while processing IDs and blobs in parallel. At around 16 threads, can likely speed up the full node by more than 10x
Other solutions:
- Do a db adapter to node and we read from its disk, barring its the same machine
Currently an Evolve Full Node quite slowly from DA, I observed it going at about 3.2 heights per second initially but later degrading to about 2 heights per second later on.
We can likely speed up the Evolve Full node by parallelizing the network calls sent to a Celestia light node in the DA retriever process while processing IDs and blobs in parallel. At around 16 threads, can likely speed up the full node by more than 10x
Other solutions: