scispace - formally typeset
Q

Qiong Luo

Researcher at Hong Kong University of Science and Technology

Publications -  172
Citations -  7303

Qiong Luo is an academic researcher from Hong Kong University of Science and Technology. The author has contributed to research in topics: Wireless sensor network & Cache. The author has an hindex of 35, co-authored 165 publications receiving 6827 citations. Previous affiliations of Qiong Luo include Fujian Medical University & Tsinghua University.

Papers
More filters
Proceedings ArticleDOI

On supporting containment queries in relational database management systems

TL;DR: The results suggest that contrary to most expectations, with some modifications, a native implementations in an RDBMS can support this class of query much more efficiently.
Proceedings ArticleDOI

Mars: a MapReduce framework on graphics processors

TL;DR: Mars hides the programming complexity of the GPU behind the simple and familiar MapReduce interface, and is up to 16 times faster than its CPU-based counterpart for six common web applications on a quad-core machine.
Journal ArticleDOI

RiMOM: A Dynamic Multistrategy Ontology Alignment Framework

TL;DR: This paper presents a dynamic multistrategy ontology alignment framework, named RiMOM, and proposes a systematic approach to quantitatively estimate the similarity characteristics for each alignment task and a strategy selection method to automatically combine the matching strategies based on two estimated factors.
Proceedings ArticleDOI

Relational joins on graphics processors

TL;DR: This work designs a set of data-parallel primitives such as split and sort, and uses these primitives to implement indexed or non-indexed nested-loop, sort-merge and hash joins, and utilizes the high parallelism as well as the high memory bandwidth of the GPU.
Journal ArticleDOI

Relational query coprocessing on graphics processors

TL;DR: In this article, the authors present an in-memory relational query coprocessing system, GDB, on the GPU, taking advantage of the GPU hardware features such as split and sort, and use these primitives to implement common relational query processing algorithms.