Skip to content

Utilize from/lastTimestamp for indexing pending transactions #166

Open
@joojis

Description

@joojis

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.

Metadata

Metadata

Assignees

Labels

optimizationThis makes the system faster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions