CodeChain-io / CodeChain-io/codechain-indexer

Utilize from/lastTimestamp for indexing pending transactions

オープン
#166 コメント 0 件 リアクション 0 件 担当者 1 名 @cubistplay が担当を希望しています GitHub で見る
optimization
主要言語
TypeScript
スター
21
フォーク
15
PR マージ指標
30日以内にマージされた PR はありません

説明

The current implementation does:

- Retrieve all pending transactions through an RPC call
- Compare it to the already indexed pending transactions
- Delete the indexed pending transactions if they aren't found on the current ones.
- Insert the newly found pending transactions

It makes the indexer slow when the number of pending transactions is big.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。