You are here |
rcoh.me | ||
| | | |
planetscale.com
|
|
| | | | 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. | |
| | | |
use-the-index-luke.com
|
|
| | | | Uber provides bad advice about PostreSQL vs. MySQL | |
| | | |
surfingcomplexity.blog
|
|
| | | | 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... | |
| | | |
aphyr.com
|
|
| |