Proceedings 2003 VLDB Conference 2003
DOI: 10.1016/b978-012722442-8/50088-4
|View full text |Cite
|
Sign up to set email alerts
|

Improving Performance with Bulk-Inserts in Oracle R-Trees

Abstract: Spatial indexes play a major role in fast access to spatial and location data. Most commercial applications insert new data in bulk: in batches or arrays. In this paper, we propose a novel bulk insertion technique for R-Trees that is fast and does not compromise on the quality of the resulting index. We present our experiences with incorporating the proposed bulk insertion strategies into Oracle 10i. Experiments with real datasets show that our bulk insertion strategy improves performance of insert operations … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
8
0

Year Published

2006
2006
2020
2020

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 16 publications
(8 citation statements)
references
References 7 publications
0
8
0
Order By: Relevance
“…In [1], a new Oracle's approach for performing bulk-insertion in R-trees is presented. The characteristics of this approach are: (1) batched insertion into subtrees resulting in fast insertion times, and (2) fast reorganization of subtrees whenever there is an overlap, to ensure good quality of the final R-tree.…”
Section: Related Work and Motivationmentioning
confidence: 99%
See 2 more Smart Citations
“…In [1], a new Oracle's approach for performing bulk-insertion in R-trees is presented. The characteristics of this approach are: (1) batched insertion into subtrees resulting in fast insertion times, and (2) fast reorganization of subtrees whenever there is an overlap, to ensure good quality of the final R-tree.…”
Section: Related Work and Motivationmentioning
confidence: 99%
“…The main target of the bulk-insertion process is to create a good enough spatial index in order to reduce the loading time, the query cost of the resulting index structure, or both. In [1] the bulkinsertion techniques are roughly classified into two categories: merge-based and buffer-based techniques.…”
Section: Related Work and Motivationmentioning
confidence: 99%
See 1 more Smart Citation
“…The bulk-loading methods can be classified into three categories: sort-based, buffer-based and sampled-based methods [3]. The sorted-based methods are the ones most studied in the literature and they are widely used in popular spatial DBMS [5,6,7], because they roughly consist of sorting the data and create the tree in a bottom-up fashion.…”
Section: Introductionmentioning
confidence: 99%
“…Although the R-tree has the problems listed above, some major database vendors [1] have used the R-tree to provide spatial database support for two reasons. First, most spatial data are 2D and 3D.…”
Section: Introductionmentioning
confidence: 99%