Remix.run Logo
Reading the internals of Postgres: Database cluster, databases, and tables(buraksen.dev)
51 points by buraksen 2 days ago | 1 comments
TheColorYellow an hour ago | parent [-]

I've always wondered what happens at the deeper levels of a DB beyond just SQL-literacy. The memory-management tricks (pages, overflows, pointers and remains techniques etc.) is always a great reminder of low-level abstractions I am blessed to not worry about. True programming seems to lie in the OS...