|
|
|
|
|
by mattashii
1248 days ago
|
|
> Postgres is “just” a SQL engine running on top of a key-value heap and trees pointing into it. I wouldn't call heaps a key-value data structure; even if you could argue that the location of your data is an implicit key. And the trees are strictly optional - you could build your database with only hash and brin indexes. |
|
But still, you get what I’m getting at: in the end, the relational dbs, internally, build on top of abstractions that are things like trees, key-value structures, heaps, logs etc.