Fast Rebuilding B+-Trees for Index Recovery(Database)
スポンサーリンク
概要
- 論文の詳細を見る
Rebuilding an index is an essential step for database recovery. Fast recovery of the index is a necessary condition for fast database recovery. The B+-Tree is the most popular index structure in database systems. In this paper, we present a fast B+-Tree rebuilding algorithm called Max-PL. The main idea of Max-PL is that at first it constructs a B+-Tree index structure using the pre-stored max keys of the leaf nodes, and then inserts the keys and data pointers into the index. The algorithm employs a pipelining mechanism for reading the data records and inserting the keys into the index. It also exploits parallelisms in several phases to boost the overall performance. We analyze the time complexity and space requirement of the algorithm, and perform the experimental study to compare its performance to other B+-Trees rebuilding algorithms; Sequential Insertion and Batch-Construction. The results show that our algorithm runs on average at least 670% faster than Sequential Insertion and 200% faster than Batch-Construction.
- 社団法人電子情報通信学会の論文
- 2006-07-01
著者
-
Lee Sang-goo
School Of Computer Science & Engineering Seoul National University
-
Shim Junho
Department Of Computer Science Sookmyung Women's University
-
LEE Ig-hoon
School of Computer Science & Engineering, Seoul National University
-
Lee Ig-hoon
School Of Computer Science & Engineering Seoul National University
関連論文
- User Feedback-Driven Document Clustering Technique for Information Organization
- Fast Rebuilding B+-Trees for Index Recovery(Database)