Proceedings of the 2002 ACM SIGMOD International Conference on Management of Data 2002
DOI: 10.1145/564691.564755
|View full text |Cite
|
Sign up to set email alerts
|

Quadtree and R-tree indexes in oracle spatial

Abstract: Spatial indexing has been one of the active focus areas in recent database research. Several variants of Quadtree and R-tree indexes have been proposed in database literature. In this paper, we first describe briefly our implementation of Quadtree and R-tree index structures and related optimizations in Oracle Spatial. We then examine the relative merits of t h e two structures as implemented in Oracle Spatial and compare their performance for different types of queries and other operations. Finally, we summar… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
36
0
1

Year Published

2006
2006
2021
2021

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 126 publications
(37 citation statements)
references
References 42 publications
0
36
0
1
Order By: Relevance
“…In contrast, the split operation of the quadtree is much simpler, and merely divides the node in each dimension in half. For point data, such as that managed in skyline queries, the superior performance of the quadtree on inserts and updates has been noted in a study of a commercial DBMS [15]. This study of Oracle Spatial shows that quadtrees are significantly faster for index creation and updates of point data.…”
Section: Choice Of Indexing Structurementioning
confidence: 89%
See 4 more Smart Citations
“…In contrast, the split operation of the quadtree is much simpler, and merely divides the node in each dimension in half. For point data, such as that managed in skyline queries, the superior performance of the quadtree on inserts and updates has been noted in a study of a commercial DBMS [15]. This study of Oracle Spatial shows that quadtrees are significantly faster for index creation and updates of point data.…”
Section: Choice Of Indexing Structurementioning
confidence: 89%
“…However, it has been shown to be an effective disk-based index [8,11] and some commercial objectrelational systems already support quadtrees [15]. The claim that we make and support is that if the speed of skyline computation is critical, a quadtree is far more preferable than an R * -tree.…”
Section: Introductionmentioning
confidence: 88%
See 3 more Smart Citations