Explore >> Select a destination


You are here

timilearning.com
| | surfingcomplexity.blog
15.1 parsecs away

Travel
| | I've been reading Alex Petrov's Database Internals to learn more about how databases are implemented. One of the topics covered in the book is a data structure known as the B-tree. Relational databases like Postgres, MySQL, and sqlite use B-trees as the data structure for storing the data on disk. I was reading along with...
| | planetscale.com
11.8 parsecs away

Travel
| | B-trees are used by many modern DBMSs. Learn how they work, how databases use them, and how your choice of primary key can affect index performance.
| | architecturenotes.co
11.6 parsecs away

Travel
| | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.
| | fractaledmind.github.io
112.1 parsecs away

Travel
| This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.