Skip to content

Add multithreaded or asynchronous indexers #14

Description

@ashayp22

Currently, indexers are run one by one, and hence are blocking. We should also look into running parallel indexers or non-blocking indexers This would improve performance for indexers that don't need a specific block order guarantee like the unstake-indexer, which can index in any block height order. This could also speed up computationally intense indexers.

So, the following enhancements are future work:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions