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

[research] tendermint cluster on top of ZDB #27

Open
muhamadazmy opened this issue Sep 18, 2023 · 1 comment
Open

[research] tendermint cluster on top of ZDB #27

muhamadazmy opened this issue Sep 18, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@muhamadazmy
Copy link
Member

Tendermint over ZDB

Can we change the transaction log backend of tendermint to use zdb instead? The final state can then be stored in another data store that is more space efficient (say rocksdb)

@MarioBassem
Copy link

MarioBassem commented Sep 24, 2023

Implemented tendermint DB interface for ZDB, which needed a Go driver itself that I also did. Implementation is still buggy, and yet to work with a tendermint node, but working on it..

Side note:

  • As far as i know, ZDB's don't support batch calls, which is used in tendermint. I did a dummy implementation which basically did the calls iteratively.

@ramezsaeed ramezsaeed added this to the later milestone May 8, 2024
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

4 participants