B & B+ Tree
B-Trees and B+ Trees are self-balancing tree data structures that form the foundation of PostgreSQL's default index type.
B-Trees and B+ Trees are self-balancing tree data structures that form the foundation of PostgreSQL's default index type.