You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: