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:
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: