|
You are here |
benjamincongdon.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. | |
| | | | |
siemens.blog
|
|
| | | | | [AI summary] The author explains the internal mechanics of database storage engines by implementing slotted pages in C, which manage data organization and free space more efficiently than simple linear layouts. | |
| | | | |
abseil.io
|
|
| | | | | Battle-tested, Mom-approved | |
| | | | |
abdulapopoola.com
|
|
| | | TLDR Very easy to read. Direct link to the paper. Interesting takeaways Novel approach to conflict resolution: Unlike most data systems that push conflict resolution to the write phase, Dynamo allows writes and shifts conflict resolutions to reads. This unique strategy ensures that writes are never rejected. Quality: An impressively high bar by focusing... | ||