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 stability #304

Open
joojis opened this issue Oct 7, 2019 · 0 comments
Open

Improve stability #304

joojis opened this issue Oct 7, 2019 · 0 comments
Labels

Comments

@joojis
Copy link
Contributor

joojis commented Oct 7, 2019

The current indexing process is a serial process.

downloading block > saving block info > saving transaction info > saving UTXO info > saving address info > saving address's balance info > ... etc

The problem is, the whole system is broken if a single process goes wrong. For example, saving the balance info should not affect the UTXO data and its API, but, the next block will not be downloaded if the balance logic is broken.

@joojis joojis added the discuss label Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant