Everybody knows that B-tree indexes provide logarithmic lookups, but what does that actually mean in PostgreSQL? How many index entries fit in a page? When does a page split?
Source: [Dev.to](https://dev.to/franckpachot/b-tree-block-split-whats-the-impact-1i9c)