2022
DOI: 10.3390/a15040113
|View full text |Cite
|
Sign up to set email alerts
|

An LSM-Tree Index for Spatial Data

Abstract: An LSM-tree (log-structured merge-tree) is a hierarchical, orderly and disk-oriented data storage structure which makes full use of the characteristics of disk sequential writing, which are much better than those of random writing. However, an LSM-tree can only be queried by a key and cannot meet the needs of a spatial query. To improve the query efficiency of spatial data stored in LSM-trees, the traditional method is to introduce stand-alone tree-like secondary indexes, the problem with which is the read amp… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
0
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(3 citation statements)
references
References 21 publications
0
0
0
Order By: Relevance
“…Large overhead in insertion by computing Hilbert values. ER-tree [13] Hilbert space filling curves. Secondary index approach.…”
Section: Related Workmentioning
confidence: 99%
See 2 more Smart Citations
“…Large overhead in insertion by computing Hilbert values. ER-tree [13] Hilbert space filling curves. Secondary index approach.…”
Section: Related Workmentioning
confidence: 99%
“…Using a secondary index outside the LSM-tree was an another solution with a few drawbacks. The embedded Rtree(ER-tree) [13] was proposed as an efficient method for indexing spatial data while using a secondary index by improving the drawbacks. The ER-tree is in the form of a LSM-tree, built from a SER-tree index(embedded R-tree on a SSTable).…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation