Explore >> Select a destination


You are here

alexdebrie.com
| | architecturenotes.co
3.6 parsecs away

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

Travel
| | What a great book Designing Data-Intensive Applications is! It covers databases and distributed systems in clear language, great detail and without any fluff. I particularly like that the author Martin Kleppmann knows the theory very well, but also seems to have a lot of practical experience of the types of systems he describes. There is...
| | christophermeiklejohn.com
3.0 parsecs away

Travel
| |
| | timilearning.com
24.1 parsecs away

Travel
| Have you ever wondered how data stored in databases actually gets represented on your computer's hard disk? Or why some queries to your database tables benefit from adding indexes on columns? Well, whether you have or not, here's a series of posts that aim to detail my understanding of the journey from inserting a row to a database table, to actually retrieving that row.