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

Make it possible to disable use of auxiliary EVM store (aka receipts_db) #1486

Open
enlight opened this issue Sep 18, 2019 · 2 comments
Open
Assignees
Labels
maintenance Tools & maintenance tasks

Comments

@enlight
Copy link
Contributor

enlight commented Sep 18, 2019

Everything currently being written to receipts_db isn't necessary for consensus, so it should be possible to disable all writes to this DB on certain nodes. The receipts are only really needed on the nodes that handle queries from users.

@enlight enlight added the maintenance Tools & maintenance tasks label Sep 18, 2019
@pathornteng
Copy link
Contributor

Can we just set maxReceipts to 0?

@enlight
Copy link
Contributor Author

enlight commented Sep 18, 2019

Dunno, but it's not just receipts we need to disable, everything else that's stored in that DB needs to be disabled too, bloom filters, tx hash index, etc.

@pathornteng pathornteng self-assigned this Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tools & maintenance tasks
Projects
None yet
Development

No branches or pull requests

2 participants