Properties of B+-trees
every page contains at most 2m items
every page, with the exception of the root, contains at least m items
leaf pages form a dense index and are at the same depth
if primary index then pointer to tuple for 2
else (if secondary index) pointer to bucket for 2