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

Track Historical balances over time #188

Open
sameh-farouk opened this issue Jul 2, 2024 · 0 comments
Open

Track Historical balances over time #188

sameh-farouk opened this issue Jul 2, 2024 · 0 comments
Labels
type_feature New feature or request

Comments

@sameh-farouk
Copy link
Member

sameh-farouk commented Jul 2, 2024

Related Issue:
#187

querying these data directly from the chain RPC node is feasible, however, Indexing historical data of balances rather than querying it directly from the chain RPC has several benefits, especially in terms of performance and efficiency.

  • Indexed data can be queried much faster than fetching data directly from the blockchain, which may require traversing multiple blocks
  • Querying indexed data reduces the load on the blockchain nodes, which can be resource-intensive.
  • You can perform complex queries on indexed data, such as filtering, aggregations, and joins, which might be difficult or slow when querying directly from the chain.
@sameh-farouk sameh-farouk added the type_feature New feature or request label Jul 2, 2024
@sameh-farouk sameh-farouk added this to the 2.13.0 milestone Jul 2, 2024
@sameh-farouk sameh-farouk self-assigned this Jul 2, 2024
@sameh-farouk sameh-farouk moved this to Accepted in 3.15.x Jul 2, 2024
@sameh-farouk sameh-farouk moved this from Accepted to In Progress in 3.15.x Jul 2, 2024
@sameh-farouk sameh-farouk removed this from 3.15.x Jul 2, 2024
@sameh-farouk sameh-farouk removed their assignment Jul 2, 2024
@sameh-farouk sameh-farouk removed this from the 2.13.0 milestone Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant