# An Efficient Skyline Computation Framework

**Authors:** Rui Liu, Dominique Li

arXiv: 1908.04083 · 2019-08-13

## TL;DR

This paper introduces SDI, a dimension indexing framework for efficient skyline computation that reduces comparisons and accelerates processing, especially in high-dimensional datasets.

## Contribution

It proposes SDI, a novel dimension index-based framework, and SDI-RS, an algorithm that significantly improves skyline computation efficiency with guaranteed complexity.

## Key findings

- SDI reduces the number of comparisons needed for skyline determination.
- SDI-RS outperforms baseline algorithms in speed, especially on high-dimensional data.
- The framework guarantees space and time complexity bounds.

## Abstract

Skyline computation aims at looking for the set of tuples that are not worse than any other tuples in all dimensions from a multidimensional database. In this paper, we present SDI (Skyline on Dimension Index), a dimension indexing conducted general framework to skyline computation. We prove that to determine whether a tuple belongs to the skyline, it is enough to compare this tuple with a bounded subset of skyline tuples in an arbitrary dimensional index, but not with all existing skyline tuples. Base on SDI, we also show that any skyline tuple can be used to stop the whole skyline computation process with outputting the complete set of all skyline tuples. We develop an efficient algorithm SDI-RS that significantly reduces the skyline computation time, of which the space and time complexity can be guaranteed. Our experimental evaluation shows that SDI-RS outperforms the baseline algorithms in general and is especially very efficient on high-dimensional data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.04083/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1908.04083/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1908.04083/full.md

---
Source: https://tomesphere.com/paper/1908.04083