Benchmark and improve performance of `SyncTransaction` query
Ouverte
optimization
store
- Langage dominant
- Rust
- Étoiles
- 104
- Forks
- 138
- Merge moyen
- 1 j 13 h
- PR mergées (30 j)
- 56
Description
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.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.