/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
| | 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 ...
| | architecturenotes.co
3.8 parsecs away

Travel
| | How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases.
| | timilearning.com
1.3 parsecs away

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

Travel
| This week I was talking to a developer about how to think about data models supported by different databases. One thing that I have learnt in my 15 years of building web applications is that data models play an important role in the success of any software application. Data model provides an abstract model to...