vix.ing · top · new · best · stats · spec

ParetoPrep: Fast computation of Path Skylines Queries

2014/10/01 by Michael Shekelyan, Shekelyan, Michael, Gregor Jossé +3
Computer Science · #Databases (cs.DB) #FOS: Computer and information sciences #Social and Information Networks (cs.SI) #cs.DB #cs.SI

paper · pdf · doi:10.48550/arxiv.1410.0205

12 pages, 9 figures, technical report

arxiv created 2014/10/01 · arxiv updated 2014/10/02

Abstract

Computing cost optimal paths in network data is a very important task in many application areas like transportation networks, computer networks or social graphs. In many cases, the cost of an edge can be described by various cost criteria. For example, in a road network possible cost criteria are distance, time, ascent, energy consumption or toll fees. In such a multicriteria network, a route or path skyline query computes the set of all paths having pareto optimal costs, i.e. each result path is optimal for different user preferences. In this paper, we propose a new method for computing route skylines which significantly decreases processing time and memory consumption. Furthermore, our method does not rely on any precomputation or indexing method and thus, it is suitable for dynamically changing edge costs. Our experiments demonstrate that our method outperforms state of the art approaches and allows highly efficient path skyline computation without any preprocessing.

Related