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

Investigate speed issues with dumping transactions from ledger #3

Open
lohanspies opened this issue Mar 11, 2021 · 1 comment
Open

Comments

@lohanspies
Copy link
Contributor

The current implementation is very slow to dump ledger data. Thanks to Andrew for providing an update that sped up the process, however, it is still very slow and gets even slower the more transactions should be extracted from the ledger.

@lohanspies
Copy link
Contributor Author

When running from the cmd line in a for loop the transaction extraction time stays consistent, but when doing it through the loops in the script it consistently gets slower. Telling me there is something in the implementation that locks up processing causing the slowness.

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

1 participant