DBCRDec 6, 2018

vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases

arXiv:1812.02386v1205 citations
Originality Incremental advance
AI Analysis

This addresses the need for efficient and secure querying in blockchain applications, such as cryptocurrencies and decentralized apps, but is incremental as it builds on existing accumulator-based methods for verifiable queries.

The paper tackles the problem of enabling verifiable Boolean range queries over blockchain databases, which is costly for users to handle locally due to large data sizes, and proposes vChain, a framework that reduces storage and computing costs while ensuring query integrity, with empirical validation showing its robustness and practicality.

Blockchains have recently been under the spotlight due to the boom of cryptocurrencies and decentralized applications. There is an increasing demand for querying the data stored in a blockchain database. To ensure query integrity, the user can maintain the entire blockchain database and query the data locally. However, this approach is not economic, if not infeasible, because of the blockchain's huge data size and considerable maintenance costs. In this paper, we take the first step toward investigating the problem of verifiable query processing over blockchain databases. We propose a novel framework, called vChain, that alleviates the storage and computing costs of the user and employs verifiable queries to guarantee the results' integrity. To support verifiable Boolean range queries, we propose an accumulator-based authenticated data structure that enables dynamic aggregation over arbitrary query attributes. Two new indexes are further developed to aggregate intra-block and inter-block data records for efficient query verification. We also propose an inverted prefix tree structure to accelerate the processing of a large number of subscription queries simultaneously. Security analysis and empirical study validate the robustness and practicality of the proposed techniques.

Foundations

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

Your Notes