Similar Articles

Articles similar to the selected content.

Domain: architecturenotes.co Added: 2025-07-13 Status: ✓ Success
architecturenotes.co
Relational Databases Explained How Relational Databases Work. This post talks about how indexes and transactions work on the inside of relational databases. It is often surprising how little is known ...
Similar Articles (10 found)
🔍 64.2% similar
Build Your Own Database
https://www.nan.fyi/database
Build Your Own Database A step-by-step guide to building a key-value database from scratch. If you were to build your own database today, not knowing ...
🔍 View Similar Articles 🟠 HN
🔍 59.3% similar
Build your own fast, persistent KV store (dinesh.wiki)
https://news.ycombinator.com/item?id=34793714
I wrote a simple dynamodb style database with a python dictionary and a Google pygtrie ("trie" data structure) It's still a toy but I kept adding feat...
🔍 View Similar Articles
🔍 57.9% similar
What is an Open Table Format? & Why to use one?
https://www.startdataengineering.com/post/what_why_table_format/
What is an Open Table Format? & Why to use one? - 1. Introduction - 2. What is an Open Table Format (OTF) - 3. Why use an Open Table Format (OTF) - 4....
🔍 View Similar Articles
🔍 57.8% similar
What Does It Mean for a Column to Be Indexed
https://www.startdataengineering.com/post/what-does-it-mean-for-a-column-to-be-indexed/
What Does It Mean for a Column to Be Indexed When optimizing queries on a database table, most developers tend to just create an index on the field to...
🔍 View Similar Articles
🔍 56.3% similar
Advanced SQL is knowing how to model the data & get there effectively
https://www.startdataengineering.com/post/advanced-sql/
Advanced SQL is knowing how to model the data & get there effectively - 1. Introduction - 2. SQL techniques - 3. Query optimization - 4. Data modeling...
🔍 View Similar Articles
🔍 56.2% similar
SQLforDevs.com - Next-Level Database Techniques for Developers Ebook
https://sqlfordevs.com/ebooks/next-level
You don't know SQL. Aside from basic CRUD statements, you haven't used any advanced database features. This free ebook will share many recipes to make...
🔍 View Similar Articles
🔍 55.2% similar
Building Cost Efficient Data Pipelines with Python & DuckDB
https://www.startdataengineering.com/post/cost-effective-pipelines/
Building Cost Efficient Data Pipelines with Python & DuckDB - 1. Introduction - 2. Project demo - 3. TL;DR - 4. Considerations when building pipelines...
🔍 View Similar Articles
🔍 55.0% similar
A Conceptual Model for Storage Unification — Jack Vanlightly
https://jack-vanlightly.com/blog/2025/8/21/a-conceptual-model-for-storage-unification
Object storage is taking over more of the data stack, but low-latency systems still need separate hot-data storage. Storage unification is about prese...
🔍 View Similar Articles 🟠 HN
🔍 54.9% similar
Understanding the “T” in ETL: A Back-to-Basics Guide to Data Transformations
https://seattledataguy.substack.com/p/understanding-the-t-in-etl-a-back
Over the past year, I’ve been writing about several back-to-the-basics topics, like extracting data via APIs and SFTP, and building solid data models....
🔍 View Similar Articles
🔍 54.8% similar
What do Snowflake, Databricks, Redshift, BigQuery actually do?
https://www.startdataengineering.com/post/sf-v-dbx/
What do Snowflake, Databricks, Redshift, BigQuery actually do? - 1. Introduction - 2. Analytical databases aggregate large amounts of data - 3. Most p...
🔍 View Similar Articles