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

bstracker: Use DB for persistence #99

Open
filippos47 opened this issue Nov 9, 2024 · 1 comment
Open

bstracker: Use DB for persistence #99

filippos47 opened this issue Nov 9, 2024 · 1 comment

Comments

@filippos47
Copy link
Member

filippos47 commented Nov 9, 2024

Currently, we load all delegations in memory. This might not be scalable for millions of delegations. How about introducing a DB, like other daemons?

Version: v0.15.0

@Lazar955
Copy link
Member

Lazar955 commented Nov 9, 2024

We also spawn go routines for monitoring the spending of staking tx output, so potentially 1m go routines, meaning 4GB RAM being used for that

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

No branches or pull requests

2 participants