Efficient Parallel Processing For Knn Queries

PROCEEDINGS OF 2017 INTERNATIONAL CONFERENCE ON INDUSTRIAL DESIGN ENGINEERING (ICIDE 2017)(2017)

引用 2|浏览2
暂无评分
摘要
The most efficient algorithms so far for top-k query over sorted lists are the best position algorithms, BPA and BPA2 and they can be deduced to answering parallel k nearest neighbor (PkNN) of a given query point q. However, BPA and BPA2 may still incur a lot of useless random accesses to (m - 1) lists, where m is the number of lists. In this paper, we propose two efficient parallel nearest neighbor algorithms using B+-tree and OpenMP programming. The PkNN algorithm based on distance priority, called DPkNN, only requires sorted access and scans all seen points on a dimension at most once. More importantly, it retrieves k NN points progressively. The improved best position algorithm, called iBPA, has about (m-1) times lower total number of accesses than that of BPA or less than that of BPA2, and the execution cost of iBPA can be far less than that of BPA and BPA2. Our performance evaluation shows that our proposed algorithms achieve significant performance gains in comparison with existing algorithms.
更多
查看译文
关键词
k nearest neighbor queries, parallel, algorithm, spatial database
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要