B-S-Tree: A Self-Tuning Index of Moving Objects

Nan Chen,Lidan Shou,Gang Chen,Ke Chen,Yunjun Gao
2010-01-01
Abstract:Self-tuning database is a general paradigm for the future development of database systems. However, in moving object database, a vibrant and dynamic research area of the database community, the need for self-tuning has so far been overlooked. None of the existing spatio-temporal indexes can maintain high performance if the proportion of query and update operations varies significantly in the applications. We study the self-tuning indexing techniques which balance the query and update performances for optimal overall performance in moving object databases. In this paper, we propose a self-tuning framework which relies on a novel moving object index named B-S-tree. This framework is able to optimize its own overall performance by adapting to the workload online without interrupting the indexing service. We present various algorithms for the B-S-tree and the tuning techniques. Our extensive experiments show that the framework is effective, and the B-S-tree outperforms the existing indexes under different circumstances.
What problem does this paper attempt to address?