@inproceedings{29224ba928bc461b89b2b37c40c4089d,
title = "RUM+-tree: A new multidimensional index supporting frequent updates",
abstract = "Update-intensive applications, such as location-aware services, sensor networks, and stream databases, face with the problem of frequent updating. R-tree and its variants are dominant indexing structures for multi-dimensional object. An update in R-tree traditionally consists of a deletion and an insertion, which is sometimes inefficient. In this paper, we present an R-tree-based index structure called RUM+-tree for enabling efficient frequent updates. In RUM+-tree, compared to R-tree, two additional data structures are maintained: an Update Memo and a hash table. An object's leaf node can be accessed directly through the hash table and the Update Memo records the versioning information of the most recent data. The idea of RUM+-Tree is to deal with updates locally in a bottom-up manner as often as possible. Only when the update involves multiple MBRs, a multi-version solution is utilized for acceleration. Compared to RUM-tree [1], RUM+-tree can reduce the new version to be created. Thus, it can accelerate the garbage clean and update procedure. Compared to LUR-tree [5], RUM+-tree eliminates traditional updates like used by R-tree completely. Our experimental results show that our technique outperforms RUM-tree and LUR-tree significantly.",
keywords = "Bottom-up update, Frequent update, Indexing moving objects, Multi-version, R-trees",
author = "Yuean Zhu and Shan Wang and Xuan Zhou and Yansong Zhang",
year = "2013",
doi = "10.1007/978-3-642-38562-9\_24",
language = "英语",
isbn = "9783642385612",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "235--240",
booktitle = "Web-Age Information Management - 14th International Conference, WAIM 2013, Proceedings",
address = "德国",
note = "14th International Conference on Web-Age Information Management, WAIM 2013 ; Conference date: 14-06-2013 Through 16-06-2013",
}