vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases. Xu, C., Zhang, C., & Xu, J. In Proceedings of the 2019 ACM SIGMOD International Conference on Management of Data (\textbfSIGMOD '19), pages 141–158, Amsterdam, Netherlands, 6, 2019.
vChain: Enabling Verifiable Boolean Range Queries over Blockchain Databases [link]Paper  doi  abstract   bibtex   
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.
@inproceedings{SIGMOD19:vchain,
    author = {Xu, Cheng
              and Zhang, Ce
              and Xu, Jianliang},
    author+an = {1=highlight},
    title = {{vChain}: Enabling Verifiable Boolean Range Queries over Blockchain Databases},
    booktitle = {Proceedings of the 2019 ACM SIGMOD International Conference on Management of Data (\textbf{SIGMOD '19})},
    year = {2019},
    month = {6},
    address = {Amsterdam, Netherlands},
    pages = {141--158},
    isbn = {978-1-4503-5643-5},
    doi = {10.1145/3299869.3300083},
    url = {https://doi.org/10.1145/3299869.3300083},
    eprint_url = {https://xuc.me/file/paper/SIGMOD19.pdf},
    slides_url = {https://xuc.me/file/slides/SIGMOD19.pdf},
    poster_url = {https://xuc.me/file/poster/SIGMOD19.pdf},
    addendum = {Full Paper},
    abstract = {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.},
}

Downloads: 0