/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

benjamincongdon.me
| | planetscale.com
1.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.
| | siemens.blog
1.9 parsecs away

Travel
| | [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
2.6 parsecs away

Travel
| | Battle-tested, Mom-approved
| | abdulapopoola.com
25.8 parsecs away

Travel
| 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...