/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

henrikwarne.com
| | my-it-notes.com
2.2 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 ...
| | timilearning.com
1.3 parsecs away

Travel
| | My notes from Chapter 7 of 'Designing Data-Intensive Applications' by Martin Kleppmann.
| | www.adamconrad.dev
1.6 parsecs away

Travel
| | Ch 3 of my book club review of Designing Data-Intensive Applications by Martin Kleppmann.
| | buttondown.com
18.3 parsecs away

Travel
| One thing about concurrency control ("isolation") in a transactional database is that it incurs costs, and there's broadly two kinds of such costs. The first...