UB-tree

UB-tree

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5116-4701-2

High Quality Content by WIKIPEDIA articles! The UB-tree as proposed by Rudolf Bayer and Volker Markl is a balanced tree for storing and efficiently retrieving multidimensional data. It is basically a B+ tree (information only in the leaves) with records stored according to Z-order, also called Morton order. Z-order is simply calculated by bitwise interlacing the keys.