2019
DOI: 10.1177/0165551519828616
|View full text |Cite
|
Sign up to set email alerts
|

LAZY R-tree: The R-tree with lazy splitting algorithm

Abstract: The spatial index is a data structure formed according to the position and shape of the spatial object or the relationship between the spatial objects according to certain rules, and the spatial data is managed by an effective spatial data structure. The quality of a spatial index directly affects the performance of spatial queries. The R-tree index structure is a highly efficient spatial index. According to the R-tree query rule, when performing spatial query, most data that is not related to the query condit… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3

Citation Types

0
3
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 14 publications
0
3
0
Order By: Relevance
“…In recent years, a large number of spatial indexing techniques and methods have been proposed by domestic and foreign scholars and related researchers, with a wealth of spatial indexing techniques and methodologies emerging in recent times. Although a myriad of indexing techniques exist, the predominant dynamic spatial indexing structure in current use is the R-tree, as originally proposed by Guttman, along with its numerous variants [9][10][11][12][13][14][15][16]. These include the VoR-tree, as proposed by Mehdi Sharifzadeh, which effectively amalgamates Voronoi diagrams into the R-tree to enable efficient nearest-neighbor querying.…”
Section: Introductionmentioning
confidence: 99%
“…In recent years, a large number of spatial indexing techniques and methods have been proposed by domestic and foreign scholars and related researchers, with a wealth of spatial indexing techniques and methodologies emerging in recent times. Although a myriad of indexing techniques exist, the predominant dynamic spatial indexing structure in current use is the R-tree, as originally proposed by Guttman, along with its numerous variants [9][10][11][12][13][14][15][16]. These include the VoR-tree, as proposed by Mehdi Sharifzadeh, which effectively amalgamates Voronoi diagrams into the R-tree to enable efficient nearest-neighbor querying.…”
Section: Introductionmentioning
confidence: 99%
“…These indices divide the entire space into regions based on the approximate extent of the target features and later build a balance tree based on these regions. Due to the success of R-trees, many variants have been developed, including the R+-tree [16], R*-tree [17], Hilbert R-tree [18], priority R-tree (PR-tree) [19], R-tree with update memo (RUM-tree) [20], and LAZY R-tree [21]. Singh and Bawa [22] compared the R-tree variants.…”
Section: Introductionmentioning
confidence: 99%
“…NNS in R‐trees is accelerated by recursively searching each child of the current node whose bounding rectangle overlaps the query region 20,21 . An R‐tree with lazy splitting method and R+ trees are some of the improved versions of R‐tree that have attracted the focus of many researchers in this direction 22‐24 . The downside of these trees is the difficulty of constructing a balanced tree such that its rectangles do not cover too much empty space and do not overlap too much.…”
Section: Introductionmentioning
confidence: 99%