0xMiden / 0xMiden/node

Benchmark and improve performance of `SyncTransaction` query

未关闭
#1,243 2 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
optimization store
主要语言
Rust
星标
104
派生
138
平均合并
1 天 13 小时
30 天内合并 PR
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。