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

ledger-tool: Add an analysis-account command #10090

Closed
mvines opened this issue May 17, 2020 · 3 comments
Closed

ledger-tool: Add an analysis-account command #10090

mvines opened this issue May 17, 2020 · 3 comments
Milestone

Comments

@mvines
Copy link
Member

mvines commented May 17, 2020

It's difficult to gain insight into the current population of accounts in the ledger. Some useful information would be

  • a histogram of account sizes
  • breakdown of number of accounts by owner
  • hot/cold accounts

This information could support future work of optimizing snapshot generation and account management as the account set grows. A devnet snapshot is over 1 GB right now, and is likely a forebearer of things to come on testnet and mainnet-beta.

@mvines mvines added this to the v1.3.0 milestone May 17, 2020
@mvines mvines modified the milestones: v1.3.0, v1.4.0 Aug 5, 2020
@mvines mvines modified the milestones: v1.4.0, v1.5.0 Oct 8, 2020
@ryoqun
Copy link
Member

ryoqun commented Oct 27, 2020

Also, this could add total supply and distribution grouped by each spl token type.

@jstarry
Copy link
Member

jstarry commented Apr 23, 2021

@mvines what does hot/cold accounts mean?

@mvines
Copy link
Member Author

mvines commented Apr 23, 2021

Accounts access frequency. Vote account is hot, some stake account that hasn't moved since genesis pretty cold. One day I imagine we'd move cold accounts into slower storage or even take them offline entirely, and require a "reactivate" or "ping" instruction to warm them back up again.

@mvines mvines modified the milestones: v1.7.0, v1.8.0 May 10, 2021
@mvines mvines closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2022
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

3 participants