K-d-B tree |
- Bucket version of K-d trees
|
- Combine multi-dimensional search effciency of K-d trees with disk I/O effciency of B-tree
|
|
|
|
- All data are in the leaf nodes
|
- Region pages: Internal nodes
|
|
|
|
- Region splits (hyperplanes) need not alternate
|
- Under flow restriction of B-trees is relaxed (B'-tree)
|
|
|
|