0xMiden / 0xMiden/node

Benchmark and improve performance of `SyncTransaction` query

Aperta
#1,243 2 commenti 1 reazione 0 assegnatari Vedi su GitHub
optimization store
Lingua principale
Rust
Stelle
104
Fork
138
Merge medio
1g 13h
PR unite (30g)
56

Descrizione

In https://github.com/0xMiden/miden-node/pull/1224 the `SyncTransaction` endpoint was implemented, which calls the store and performs a paginated query to the DB. This query orders by block number and transaction ID, and the latter might not be optimal. We should measure and consider using the row ID instead, or some other improvement.

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.