0xMiden / 0xMiden/node

Improve node startup time

Aperta
#1,697 10 commenti 3 reazioni 1 assegnatario Assegnata a @sergerad Vedi su GitHub
store
Lingua principale
Rust
Stelle
104
Fork
138
Merge medio
1g 13h
PR unite (30g)
56

Descrizione

Recent testnet restarts took ~21s, of which 15s was `load_mmr` and 4s `load_smt_forest`.

Image

`load_mmr` is likely dominated by reading all block headers from the database. However, we don't actually need the entire header -- only the ordered commitments. We can improve this by storing the header fields as columns. At minimum we should store the commitment in its own field, even if we decide to keep the headers as blobs for performance in other areas.

I would also take a look at what else we are using the headers for; if there is other usage where we only require partial fields then we should consider flattening it completely.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.