We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DC

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Distributed, Parallel, and Cluster Computing

Title: A journey towards the most efficient state database for Hyperledger Fabric

Abstract: The Hyperledger Fabric is well known and the most prominent enterprise-grade permissioned blockchain. The architecture of the Hyperledger Fabric introduces a new architecture paradigm of simulate-order-validate and pluggable architecture, allowing a greater level of customization where one of the critical components is the world state database, which is responsible for capturing the snapshot of the blockchain application state. Hyperledger Fabric manages the state with the key-value database abstraction and peer updates it after transactions have been validated and read from the state during simulation. Therefore, providing good performance during reading and writing impacts the system's overall performance. Currently, Hyperledger Fabric supports two different implementations of the state database. One is LevelDB, the embedded DB based on LSM trees and CouchDB. In this study, we would like to focus on searching and exploring the alternative implementation of a state database and analyze whenever there are better and more scalable options. We evaluated different databases to be plugged into Hyperledger Fabric, such as RocksDB, Boltdb, and BadgerDB. The study describes how to plug new state databases and performance results based on various workloads.
Comments: IEEE International Conference on Blockchain and Cryptocurrency this https URL
Subjects: Distributed, Parallel, and Cluster Computing (cs.DC); Databases (cs.DB)
Journal reference: 2023 IEEE International Conference on Blockchain and Cryptocurrency (ICBC), Dubai, United Arab Emirates, 2023
DOI: 10.1109/ICBC56567.2023.10174970
Cite as: arXiv:2303.08875 [cs.DC]
  (or arXiv:2303.08875v1 [cs.DC] for this version)

Submission history

From: Ivan Laishevskiy [view email]
[v1] Wed, 15 Mar 2023 18:38:44 GMT (344kb,D)

Link back to: arXiv, form interface, contact.