0xMiden / 0xMiden/node

Benchmark and improve performance of `SyncTransaction` query

Aberta
#1,243 2 comentários 1 reação 0 responsáveis Ver no GitHub
optimization store
Linguagem predominante
Rust
Estrelas
104
Forks
138
Merge médio
1d 13h
PRs com merge (30d)
56

Descrição

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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.