<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Index on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/index/</link><description>Recent content in Index on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 23 Jan 2026 20:06:36 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/index/index.xml" rel="self" type="application/rss+xml"/><item><title>MySQL SQL Complete Guide: From Beginner to Advanced (With Interview Questions)</title><link>http://www.heyuan110.com/posts/mysql/2026-01-23-mysql-sql-complete-guide/</link><pubDate>Fri, 23 Jan 2026 20:06:36 +0800</pubDate><guid>http://www.heyuan110.com/posts/mysql/2026-01-23-mysql-sql-complete-guide/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/mysql/2026-01-23-mysql-sql-complete-guide/cover.webp"
 alt="MySQL SQL Complete Guide: From Beginner to Advanced"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="675"
/&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SQL (Structured Query Language)&lt;/strong&gt; is the universal language for communicating with databases. Whether you are a backend developer, data analyst, or DevOps engineer, SQL proficiency is a must-have skill. This guide uses MySQL as the reference implementation and walks you through everything from basic syntax to the internals that interviewers love to ask about.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is a long-form article (~15,000 words). Bookmark it and work through one section at a time. Use the table of contents to jump to the topics you need.&lt;/p&gt;</description></item><item><title>MySQL EXPLAIN Explained: A Complete Guide to Reading Query Execution Plans</title><link>http://www.heyuan110.com/posts/mysql/2019-09-06-mysql-explain/</link><pubDate>Fri, 06 Sep 2019 20:10:21 +0800</pubDate><guid>http://www.heyuan110.com/posts/mysql/2019-09-06-mysql-explain/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/mysql/2019-09-06-mysql-explain/cover.webp"
 alt="MySQL EXPLAIN execution plan analysis"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="675"
/&gt;
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EXPLAIN&lt;/strong&gt; is the single most useful tool for understanding MySQL query performance. When a query runs slower than expected, the first thing you should do is prefix it with EXPLAIN to inspect the execution plan. It reveals how MySQL processes your query &amp;ndash; which indexes it picks, how many rows it expects to scan, and what join strategy it uses.&lt;/p&gt;
&lt;p&gt;This guide walks through every field in the EXPLAIN output so you can quickly pinpoint performance bottlenecks.&lt;/p&gt;</description></item></channel></rss>