Benchmark and improve performance of `SyncTransaction` query
オープン
optimization
store
- 主要言語
- Rust
- スター
- 104
- フォーク
- 138
- 平均マージ
- 1日 13時間
- マージ済み PR(30日)
- 56
説明
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.
コントリビューションガイド
評価
この issue はまだ評価されていません。