<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Sql on Home</title>
    <link>https://blog.rafaelfernandez.dev/tags/sql/</link>
    <description>Recent content in Sql on Home</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>© 2026 Rafael Fernandez</copyright>
    <lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.rafaelfernandez.dev/tags/sql/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How Query Engines Work 1. The small compiler hiding behind every SQL query</title>
      <link>https://blog.rafaelfernandez.dev/posts/how-query-engines-work-1-from-sql-to-results/</link>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://blog.rafaelfernandez.dev/posts/how-query-engines-work-1-from-sql-to-results/</guid>
      <description>You write a SQL query, hit enter, and a few milliseconds later results appear. In between, a small compiler has already parsed your text, built a plan, optimized it, and executed it. This post walks through that pipeline with a real query and real Rust code using DataFusion.</description>
      
    </item>
    
  </channel>
</rss>
