2005
DOI: 10.1007/11564126_54
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Processing of Ranked Queries with Sweeping Selection

Abstract: Abstract. Existing methods for top-k ranked query employ techniques including sorting, updating thresholds and materializing views. In this paper, we propose two novel index-based techniques for top-k ranked query: (1) indexing the layered skyline, and (2) indexing microclusters of objects into a grid structure. We also develop efficient algorithms for ranked query by locating the answer points during the sweeping of the line/hyperplane of the score function over the indexed objects. Both methods can be easily… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
6
0

Year Published

2008
2008
2014
2014

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 5 publications
(6 citation statements)
references
References 18 publications
0
6
0
Order By: Relevance
“…This paper's setting poses no in-place requirement, and our algorithms are not limited to two dimensions. The idea of layered skyline has also been used in the literature as part of an indexing method for topk queries [15]. In this paper, we focus on computing the skyline layers efficiently and on applying them in sizeconstrained skyline queries, which have not been studied in the literature.…”
Section: Definitions and Propertiesmentioning
confidence: 99%
See 1 more Smart Citation
“…This paper's setting poses no in-place requirement, and our algorithms are not limited to two dimensions. The idea of layered skyline has also been used in the literature as part of an indexing method for topk queries [15]. In this paper, we focus on computing the skyline layers efficiently and on applying them in sizeconstrained skyline queries, which have not been studied in the literature.…”
Section: Definitions and Propertiesmentioning
confidence: 99%
“…If S i is empty, which indicates that p dominates all points previously in S i , fpg will be used as the new S i and S tmp will be inserted into S after the new S i (lines 12-13). Otherwise, the procedure AdjustSkyOrd will be called to adjust the subsets after S i in S (lines [15][16] in case S tmp is not empty, and p will be added into S i (line 17). If p does not belong to any S i in S, fpg will be appended to S (lines [19][20].…”
Section: Basic Algorithmmentioning
confidence: 99%
“…Li et al proposed RankSQL [22] that integrates ranking in database systems on both the logical algebra level and the physical implementation level. Furthermore, Jin et al proposed KNN-based and Gridbased sweeping approach for top-k query [23]. In [17], Xin et al proposed a new computational model, called Rank Cube.…”
Section: Experiments 2 (Comparison With Existing Top-k Algorithms)mentioning
confidence: 99%
“…As a fundamental operator in database management, rankaware query has been studied extensively in recent years. In general, the ranking query returns top k tuples with minimal ranking scores (or maximal ranking scores under different contexts) by employing a user-defined scoring function [7,9,12,21,26,26]. There exist many kinds of scoring Figure 1: An example of ranking queries functions for rank-aware queries, among which the linear model is one of the most widely adopted models [9,21,26].…”
Section: Introductionmentioning
confidence: 99%