PAPER DIGEST
Most Influential ICDE 2022 Paper · 2026-03 edition

VChain+: Optimizing Verifiable Blockchain Boolean Range Queries

Haixin Wang, Cheng Xu, Ce Zhang, Jianliang Xu, Zhe Peng, Jian Pei

Venue
IEEE International Conference on Data Engineering (ICDE) 2022
Recognition
Most Influential ICDE 2022 Paper (Rank No. 11)
Edition
2026-03
Impact factor
3
Certificate ID
bafb5066e43a3617

Abstract

Blockchain has recently gained massive attention thanks to the success of cryptocurrencies and decentralized applications. With immutability and tamper-resistance features, it can be seen as a promising secure database solution. To address the need of searches over blockchain databases, prior work vChain proposed a novel verifiable processing framework that ensures query integrity without maintaining a full copy of the blockchain database. It however suffers from several limitations, including linear-scan search performance in the worst case and impractical public key management. In this paper, we propose a new searchable blockchain system, vChain+, that supports efficient verifiable boolean range queries with additional features. Specifically, we propose a sliding window accumulator index to achieve efficient query processing even for the worst case. We also design an object registration index to enable practical public key management without compromising the security guarantee. To support richer queries, we employ optimal tree-based indexes to index both keywords and numerical attributes of the data objects. Several optimizations are also proposed to further improve the query performance. Security analysis and empirical study validate the robustness and performance improvement of the proposed system. Compared with vChain, vChain+ improves the query performance by up to 913x.

Download PDF certificate