An LSM-Tree Index for Spatial Data

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 th...

Full description

Bibliographic Details
Main Authors: Chen, H. (Author), He, J. (Author)
Format: Article
Language:English
Published: MDPI 2022
Subjects:
Online Access:View Fulltext in Publisher
LEADER 02251nam a2200361Ia 4500
001 10.3390-a15040113
008 220425s2022 CNT 000 0 und d
020 |a 19994893 (ISSN) 
245 1 0 |a An LSM-Tree Index for Spatial Data 
260 0 |b MDPI  |c 2022 
856 |z View Fulltext in Publisher  |u https://doi.org/10.3390/a15040113 
520 3 |a 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 amplification brought about by dual index queries. Moreover, when more spatial data are stored, the index tree becomes increasingly large, bringing the problems of a lower query efficiency and a higher index update cost. To address the above problems, this paper proposes an ER-tree(embedded R-tree) index structure based on the orderliness of LSM-tree data. By building an SER-tree(embedded R-tree on an SSTable) index structure for each storage component, we optimised dual index queries into single and organised SER-tree indexes into an ER-tree index with a binary linked list. The experiments showed that the query performance of the ER-tree index was effectively improved compared to that of stand-alone R-tree indexes. © 2022 by the authors. Licensee MDPI, Basel, Switzerland. 
650 0 4 |a Binary trees 
650 0 4 |a Decision trees 
650 0 4 |a Digital storage 
650 0 4 |a Efficiency 
650 0 4 |a Embedded R-tree index 
650 0 4 |a ER-tree index 
650 0 4 |a Forestry 
650 0 4 |a Log structured merge trees 
650 0 4 |a LSM-tree 
650 0 4 |a Query efficiency 
650 0 4 |a query performance 
650 0 4 |a Query performance 
650 0 4 |a R-tree index 
650 0 4 |a R-tree index 
650 0 4 |a R-trees 
650 0 4 |a spatial data 
650 0 4 |a Spatial data 
650 0 4 |a Tree indices 
700 1 |a Chen, H.  |e author 
700 1 |a He, J.  |e author 
773 |t Algorithms