-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
indexerIssues related to the indexerIssues related to the indexer
Description
Perf
- Insert multiple events per query instead of one by one
- Use list GET events from ledger instead of one by one (requires a endpoint added to ledger with pagination)
- Perform http requests concurrently
If there's no events being emitted over websocket it can slow down indexing as the events over websocket are used as an indicator of the latest event number, so it could delay us retrieving newer eventsdone Index even if no rollup event websocket messages #132- Benchmark query that finds missing numbers to be backfilled, it seems like it should be OK though
Extensibility
TBD, what does extensibility in this package look like?
Metadata
Metadata
Assignees
Labels
indexerIssues related to the indexerIssues related to the indexer