noun
B-tree
A self-balancing tree data structure in computer science that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time.
データベースのインデックスにはB木がよく使われる。
B-trees are often used for database indexes.