DBJul 2

SpendableStore: A UTXO-based Decentralized Data Store

arXiv:2607.026772.7
Predicted impact top 88% in DB · last 90 daysOriginality Incremental advance
AI Analysis

For developers seeking decentralized data storage, SpendableStore offers a practical solution that combines decentralization with improved scalability over existing permissionless blockchain databases.

SpendableStore introduces a hybrid on/off-chain database on UTXO-based blockchains using Spendable Data Objects, achieving up to 16x better throughput than state-of-the-art blockchain-based databases on a major blockchain's Mainnet.

The literature on blockchain-based databases is divided into permissioned blockchains and permissionless account-based blockchains. However, the former is not fully decentralized, and the latter suffers from challenges in scalability and practicality. We propose SpendableStore, a hybrid on/off-chain database that operates on top of permissionless UTXO-based blockchains as a novel approach to the problem of data decentralization. Our design integrates atomic data units into individual UTXOs to create a new blockchain concept called Spendable Data Objects that perform traditional CRUD operations. The integrity, immutability, and ownership of these Spendable Data Objects are safeguarded directly by the blockchain peer nodes, thus constraining the power of database administrators to achieve true data decentralization. We further support database transactions and propose an isolation mechanism called Future Now Snapshot Isolation to reason about transactional correctness in SpendableStore. We performed experiments on a major blockchain's Mainnet and observed up to 16x better throughput compared to a state-of-the-art blockchain-based database.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes