Pith. sign in

REVIEW 2 cited by

Blockchain Meets Database: Design and Implementation of a Blockchain Relational Database

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1903.01919 v2 pith:HRUCSSVY submitted 2019-03-05 cs.DC

Blockchain Meets Database: Design and Implementation of a Blockchain Relational Database

classification cs.DC
keywords blockchaindatabaserelationaltransactionscommitdesignorderreplicas
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

In this paper, we design and implement the first-ever decentralized replicated relational database with blockchain properties that we term blockchain relational database. We highlight several similarities between features provided by blockchain platforms and a replicated relational database, although they are conceptually different, primarily in their trust model. Motivated by this, we leverage the rich features, decades of research and optimization, and available tooling in relational databases to build a blockchain relational database. We consider a permissioned blockchain model of known, but mutually distrustful organizations each operating their own database instance that are replicas of one another. The replicas execute transactions independently and engage in decentralized consensus to determine the commit order for transactions. We design two approaches, the first where the commit order for transactions is agreed upon prior to executing them, and the second where transactions are executed without prior knowledge of the commit order while the ordering happens in parallel. We leverage serializable snapshot isolation (SSI) to guarantee that the replicas across nodes remain consistent and respect the ordering determined by consensus, and devise a new variant of SSI based on block height for the latter approach. We implement our system on PostgreSQL and present detailed performance experiments analyzing both approaches.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SpendableStore: A UTXO-based Decentralized Data Store

    cs.DB 2026-07 conditional novelty 6.0

    A UTXO-based hybrid store embeds CRUD data objects in spendable outputs, supports multi-object transactions under Future Now Snapshot Isolation, and shows up to 16× higher throughput than BlockchainDB on a public Mainnet.

  2. BPI: A Novel Efficient and Reliable Search Structure for Hybrid Storage Blockchain

    cs.DB 2025-08 conditional novelty 6.0

    BPI combines an append-only forest of bitmap masks, a 64-bit resume token, and randomized CRC checksums to make blockchain keyword search and completeness verification low-cost.