The top-k query is to find the k data that has the highest scores from a candidate dataset. Sorting is a common method to find out top-k results. However, most of existing methods are not efficient enough. To remove this issue, we propose an efficient top-k query scheme based on multilayer grouping. First, we find the reference item by computing the average score of the candidate dataset. Second, we group the candidate dataset into three datasets: winner set, middle set and loser set based on the reference item. Third, we further group the winner set to the second-layer three datasets according to k value. And so on, until the data number of winner set is close to k value. Meanwhile, if k value is larger than the data number of winner set, ...
The problem of obtaining efficient answers to top-k queries has attracted a lot of research attentio...
Top-k queries have become extremely popular in the database community. Such a query, which is issued...
TopX is a top-$k$ retrieval engine for text and XML data. Unlike Boolean engines, it stops query pr...
The top-k query is to find the k data that has the highest scores from a candidate dataset. Sorting ...
International audienceThe general problem of answering top-k queries can be modeled using lists of d...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
Abstract. Existing methods for top-k ranked query employ techniques including sorting, updating thre...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
Top-k queries are useful in retrieving top-k records from a given set of records depending on the va...
International audienceThe general problem of answering top-k queries can be modeled using lists of d...
Traditional top-k algorithms, e.g., TA and NRA, have been successfully applied in many areas such as...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
As more and more data from distributed data sources becomes accessible, supporting queries over peer...
Supporting queries over dispersed data stored in large-scale distributed systems, such as peer-to-pe...
Observed in many real applications, a top-k query often consists of two components to reflect a user...
The problem of obtaining efficient answers to top-k queries has attracted a lot of research attentio...
Top-k queries have become extremely popular in the database community. Such a query, which is issued...
TopX is a top-$k$ retrieval engine for text and XML data. Unlike Boolean engines, it stops query pr...
The top-k query is to find the k data that has the highest scores from a candidate dataset. Sorting ...
International audienceThe general problem of answering top-k queries can be modeled using lists of d...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
Abstract. Existing methods for top-k ranked query employ techniques including sorting, updating thre...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
Top-k queries are useful in retrieving top-k records from a given set of records depending on the va...
International audienceThe general problem of answering top-k queries can be modeled using lists of d...
Traditional top-k algorithms, e.g., TA and NRA, have been successfully applied in many areas such as...
A top-k query combines different rankings of the same set of objects and returns the k objects with ...
As more and more data from distributed data sources becomes accessible, supporting queries over peer...
Supporting queries over dispersed data stored in large-scale distributed systems, such as peer-to-pe...
Observed in many real applications, a top-k query often consists of two components to reflect a user...
The problem of obtaining efficient answers to top-k queries has attracted a lot of research attentio...
Top-k queries have become extremely popular in the database community. Such a query, which is issued...
TopX is a top-$k$ retrieval engine for text and XML data. Unlike Boolean engines, it stops query pr...