R-trees: a dynamic index structure for spatial searching

A. Guttman
1984
2 references

Abstract

In order to handle spatial data efficiently, as required in computer aided design and geo-data applications, a database system needs an index mechanism that will help it retrieve data items quickly according to their spatial locations However, traditional indexing methods are not well suited to data objects of non-zero size located m multi-dimensional spaces In this paper we describe a dynamic index structure called an R-tree which meets this need, and give algorithms for searching and updating it. We present the results of a series of tests which indicate that the structure performs well, and conclude that it is useful for current database systems in spatial applications

2 repositories
2 references

Code References

freebsd/freebsd-src
1 file
contrib/sqlite3/sqlite3.c
1
** This function implements the ChooseLeaf algorithm from Gutman[84].
sqlite/sqlite
1 file
ext/rtree/rtree.c
1
** This function implements the ChooseLeaf algorithm from Gutman[84].
Link copied to clipboard!