Proceedings of the 30th International Conference on Scientific and Statistical Database Management 2018
DOI: 10.1145/3221269.3223031
|View full text |Cite
|
Sign up to set email alerts
|

Multidimensional range queries on modern hardware

Abstract: Range queries over multidimensional data are an important part of database workloads in many applications. Their execution may be accelerated by using multidimensional index structures (MDIS), such as kd-trees or R-trees. As for most index structures, the usefulness of this approach depends on the selectivity of the queries, and common wisdom told that a simple scan beats MDIS for queries accessing more than 15%-20% of a dataset. However, this wisdom is largely based on evaluations that are almost two decades … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
4
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
3
3

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(4 citation statements)
references
References 50 publications
(63 reference statements)
0
4
0
Order By: Relevance
“…In another work, Sprenger et al present an interesting comparison of the performance of some multidimensional index structures (MDIS), namely the R*-tree, the kd-tree and the VA-file. In particular, they have proven that all these approaches gain a large benefit from using main memory and parallelization on modern Multi-Core CPU architectures [9].…”
Section: Large Scale Multimedia Management Method: Overviewmentioning
confidence: 99%
“…In another work, Sprenger et al present an interesting comparison of the performance of some multidimensional index structures (MDIS), namely the R*-tree, the kd-tree and the VA-file. In particular, they have proven that all these approaches gain a large benefit from using main memory and parallelization on modern Multi-Core CPU architectures [9].…”
Section: Large Scale Multimedia Management Method: Overviewmentioning
confidence: 99%
“…PH-Trees present efficient lookups, but they are catered to data sets where data points are not evenly spread and share many prefixes. Finally, KD-Trees, VA Files, and R*-Trees have been thoroughly examined, in the main memory context, by Sprenger et al [17]. The work concludes that the KD-Trees outperform R*-Trees and VA Files due to its point storage design.…”
Section: R-treementioning
confidence: 98%
“…They further discuss how for such queries the R-tree efficiency decreases as the dimension of the indexed space increases. Representations based on R-trees often also suffer from the curse of dimensionality, with memory requirements and query times often becoming unfeasible with higher dimensions [55]. The BB-tree [56] is a main memory index structure for performing multi-dimensional range queries.…”
Section: Related Workmentioning
confidence: 99%
“…The entire D-dimensional tree must be in memory, and it is not feasible to load or stream a lower-dimensional subset of the tree. Query time is also similar or slower than querying all D dimensions [55]. Alternatives avoiding these drawbacks build on bitmap indices [57,67].…”
Section: Introductionmentioning
confidence: 99%