/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

www.adamconrad.dev
| | timilearning.com
1.3 parsecs away

Travel
| | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.
| | my-it-notes.com
2.8 parsecs away

Travel
| | Databases - how they work under the hood?Key takeaways from brilliant book "Designing data intensive application" - to quickly recap core concepts. DB engines classifications Type of load: OLTP (transaction processing) vs OLAP (data warehousing and analytics) Relational vs NoSQL, document vs columnar, graph vs triple-store (semantic facts storage) Even within NoSQL camp you can ...
| | ordep.dev
2.1 parsecs away

Travel
| | [AI summary] A transcript of a talk comparing log-structured storage engines like LSM-Trees with traditional B-Trees, discussing their architectures, performance trade-offs, and underlying data structures.
| | blog.owulveryck.info
21.6 parsecs away

Travel
| Using an exponential backoff algorithm to fill a dynamodb from a CSV file