B-Trees with Lazy Parent Split
by Unknown Authors
BibTeX
@MISC{_b-treeswith,
author = {},
title = {B-Trees with Lazy Parent Split},
year = {}
}
OpenURL
Abstract
A B-tree variant that postpones parent node splittings due to upcoming items until a later access of the same node is examined. This technique aims to decrease the possibility of propagating splittings to upper levels so that more concurrency is achieved. Insertion and deletion algorithms are given. Time and space performance results are also reported and comparison with conventional B-trees is carried out. It is shown that this technique substantially improves the performance of small degree B-trees so that, indeed, concurrency is enhanced. 1.







