Proceedings 13th International Conference on Data Engineering
DOI: 10.1109/icde.1997.582015
|View full text |Cite
|
Sign up to set email alerts
|

STR: a simple and efficient algorithm for R-tree packing

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
252
0

Publication Types

Select...
6
3
1

Relationship

0
10

Authors

Journals

citations
Cited by 323 publications
(263 citation statements)
references
References 11 publications
1
252
0
Order By: Relevance
“…An insertion of a new rectangle can increase the overlap and several heuristics for choosing which leaf to insert a new rectangle into, as well as for splitting nodes during rebalancing, have been proposed 9, 16, 19, 28 . Bulk loading an R-tree with N rectangles using the naive method of repeated insertion takes O N log B N I Os, which has been recognized to beabysmally slow. Several bulk loading algorithms using O N B log M = B N B I Os have been proposed 10,13,18,21,26,30 . These algorithms are more than a factor of B faster than the repeated insertion algorithm.…”
Section: Previous Results On Bulk Operations On R-treesmentioning
confidence: 99%
“…An insertion of a new rectangle can increase the overlap and several heuristics for choosing which leaf to insert a new rectangle into, as well as for splitting nodes during rebalancing, have been proposed 9, 16, 19, 28 . Bulk loading an R-tree with N rectangles using the naive method of repeated insertion takes O N log B N I Os, which has been recognized to beabysmally slow. Several bulk loading algorithms using O N B log M = B N B I Os have been proposed 10,13,18,21,26,30 . These algorithms are more than a factor of B faster than the repeated insertion algorithm.…”
Section: Previous Results On Bulk Operations On R-treesmentioning
confidence: 99%
“…The process is continued recursively. Hibert Packed R-Tree [7] and STR R-Tree [11] were derived from this basic approach. Hilbert Packed R-Tree uses the Hilbert value of the centroids of the rectangles for sorting.…”
Section: Packed R-treementioning
confidence: 99%
“…The gure shows an example of a region query q = <(27.53, 15.75), (30.71, 19)>. The translation of this query to the representative matrix de nes the range of valid columns [6,10] and the range of valid rows [9,14]. The algorithm to solve the query begins with the traversal of the wavelet tree.…”
Section: Solving Queriesmentioning
confidence: 99%