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

Greatly improve indexer performance #4

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Conversation

donovansolms
Copy link
Collaborator

The indexer was fetching each transaction in a block separately to easily get the information needed. This adds way to much load on the LCD/RPC nodes. This PR changes it to rather fetch the entire block and decode the transactions

@donovansolms donovansolms merged commit 4682ebc into main Jan 17, 2024
@donovansolms donovansolms deleted the fix/indexer-performance branch January 17, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant