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

Improve "get mined blocks" query performance #3203

Merged
merged 2 commits into from
Jul 20, 2020

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Jul 20, 2020

Motivation

https://forum.poa.network/t/querying-core-poa-network-blockchain-via-rpc-graphql/3591

I’m trying to pull data from POA Core blockchain for analytics (e.g. blocks mined and list of transactions from specific POA address) via RPC and it’s timing out even for a single page with an offset of 1 (i.e. asking for just one item).

Changelog

Remove grouping by number, timestamp

Checklist for your Pull Request (PR)

@vbaranov vbaranov merged commit c75c1a3 into master Jul 20, 2020
@vbaranov vbaranov deleted the vb-getminedblocks-performance branch July 20, 2020 11:59
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