Efficient Oblivious Query Processing for Range and kNN Queries
Efficient Oblivious Query Processing for Range and kNN Queries
复制标题
DOI:
10.1109/tkde.2021.3060757
复制
发表时间:
2021-02
影响因子:
8.9
通讯作者:
Zhao Chang;Dong Xie;Feifei Li;J. M. Phillips;R. Balasubramonian
中科院分区:
文献类型:
--
作者:
Zhao Chang;Dong Xie;Feifei Li;J. M. Phillips;R. Balasubramonian
Increasingly, individuals and companies adopt a cloud service provider as a primary data and IT infrastructure platform. The remote access of the data inevitably brings the issue of trust. Data encryption is necessary to keep sensitive information secure and private on the cloud. Yet adversaries can still learn valuable information regarding encrypted data by observing data access patterns. To solve such problem, Oblivious RAMs (ORAMs) are proposed to completely hide access patterns. However, most ORAM constructions are expensive and not suitable to deploy in a database for supporting query processing over large data. Furthermore, an ORAM processes queries synchronously, hence, does not provide high throughput for concurrent query processing. In this article, we design a practical oblivious query processing framework to enable efficient query processing over a cloud database. In particular, we focus on processing multiple range and $k$kNN queries asynchronously and concurrently with high throughput. The key idea is to integrate indices into ORAM which leverages a suite of optimization techniques (e.g., oblivious batch processing and caching). The effectiveness and efficiency of our oblivious query processing framework is demonstrated through extensive evaluations over large datasets. Our construction shows an order of magnitude speedup in comparison with other baselines.