Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multithreaded or asynchronous indexers #14

Open
ashayp22 opened this issue Aug 3, 2024 · 0 comments
Open

Add multithreaded or asynchronous indexers #14

ashayp22 opened this issue Aug 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ashayp22
Copy link
Contributor

ashayp22 commented Aug 3, 2024

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:

@ashayp22 ashayp22 added the enhancement New feature or request label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant