<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>第11卷：数据库 on 编程那些事儿</title><link>https://before80.github.io/prgms/linux/database/</link><description>Recent content in 第11卷：数据库 on 编程那些事儿</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 24 Mar 2026 22:14:42 +0800</lastBuildDate><atom:link href="https://before80.github.io/prgms/linux/database/index.xml" rel="self" type="application/rss+xml"/><item><title>第43章：数据库基础</title><link>https://before80.github.io/prgms/linux/database/Chapter-43-Database-Basics/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/database/Chapter-43-Database-Basics/</guid><description>&lt;h1 id="第四十三章数据库基础"&gt;第四十三章：数据库基础&lt;/h1&gt;
&lt;h2 id="431-什么是数据库"&gt;43.1 什么是数据库？&lt;/h2&gt;
&lt;p&gt;想象一下，你有一个超级大的仓库，里面整整齐齐地摆放着无数个小盒子。每个盒子里都装着特定的东西——有的装衣服，有的装零食，有的装你的重要文件。然后，你有一个超级智能的机器人，它知道你把东西放在哪个盒子里，你一问它就能立刻帮你找到。&lt;/p&gt;</description></item><item><title>第44章：MySQL/MariaDB</title><link>https://before80.github.io/prgms/linux/database/Chapter-44-MySQL-and-MariaDB/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/database/Chapter-44-MySQL-and-MariaDB/</guid><description>&lt;h1 id="第四十四章mysqlmariadb"&gt;第四十四章：MySQL/MariaDB&lt;/h1&gt;
&lt;h2 id="441-mysqlmariadb-简介"&gt;44.1 MySQL/MariaDB 简介&lt;/h2&gt;
&lt;h3 id="mysql开源数据库的扛把子"&gt;MySQL——开源数据库的&amp;quot;扛把子&amp;quot;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;MySQL&lt;/strong&gt;，江湖人称&amp;quot;闷声发大财&amp;quot;的典型代表。&lt;/p&gt;
&lt;p&gt;它有多厉害？&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;全球使用量排名第一的开源数据库&lt;/li&gt;
&lt;li&gt;Facebook、Twitter、YouTube、阿里巴巴、微信&amp;hellip;全在用&lt;/li&gt;
&lt;li&gt;&amp;ldquo;LAMP黄金搭档&amp;quot;的C位成员（Linux + Apache + MySQL + PHP）&lt;/li&gt;
&lt;li&gt;无数创业公司的第一选择&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;MySQL的故事，要从1995年说起&amp;hellip;&lt;/p&gt;</description></item><item><title>第45章：PostgreSQL</title><link>https://before80.github.io/prgms/linux/database/Chapter-45-PostgreSQL/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/database/Chapter-45-PostgreSQL/</guid><description>&lt;h1 id="第四十五章postgresql"&gt;第四十五章：PostgreSQL&lt;/h1&gt;
&lt;h2 id="451-postgresql-简介"&gt;45.1 PostgreSQL 简介&lt;/h2&gt;
&lt;h3 id="postgresql功能怪兽来袭"&gt;PostgreSQL——&amp;ldquo;功能怪兽&amp;quot;来袭！&lt;/h3&gt;
&lt;p&gt;如果说MySQL是个&lt;strong&gt;实用主义者&lt;/strong&gt;，那&lt;strong&gt;PostgreSQL&lt;/strong&gt;就是一个&lt;strong&gt;功能狂魔&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;它的口号是：&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&amp;ldquo;The world&amp;rsquo;s most advanced open source relational database&amp;rdquo;&lt;/strong&gt;
（世界上最先进的开源关系型数据库）&lt;/p&gt;</description></item><item><title>第46章：Redis</title><link>https://before80.github.io/prgms/linux/database/Chapter-46-Redis/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/database/Chapter-46-Redis/</guid><description>&lt;h1 id="第四十六章redis"&gt;第四十六章：Redis&lt;/h1&gt;
&lt;h2 id="461-redis-简介"&gt;46.1 Redis 简介&lt;/h2&gt;
&lt;h3 id="redis内存数据库的速度之王"&gt;Redis——内存数据库的速度之王！&lt;/h3&gt;
&lt;p&gt;如果说MySQL是&lt;strong&gt;仓库&lt;/strong&gt;，那么Redis就是&lt;strong&gt;超级VIP保鲜柜&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;为什么这么说？&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;普通数据库（MySQL）：数据存在&lt;strong&gt;硬盘&lt;/strong&gt;上&lt;/li&gt;
&lt;li&gt;Redis：数据存在&lt;strong&gt;内存&lt;/strong&gt;里！&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;这意味着什么？&lt;strong&gt;速度的碾压！&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>第47章：消息队列</title><link>https://before80.github.io/prgms/linux/database/Chapter-47-Message-Queue/</link><pubDate>Tue, 24 Mar 2026 13:18:28 +0800</pubDate><guid>https://before80.github.io/prgms/linux/database/Chapter-47-Message-Queue/</guid><description>&lt;h1 id="第四十七章消息队列"&gt;第四十七章：消息队列&lt;/h1&gt;
&lt;h2 id="471-消息队列简介"&gt;47.1 消息队列简介&lt;/h2&gt;
&lt;h3 id="消息队列是什么"&gt;消息队列是什么？&lt;/h3&gt;
&lt;p&gt;想象一下这个场景：&lt;/p&gt;
&lt;p&gt;你去快餐店点餐：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;没有消息队列&lt;/strong&gt;：你站在柜台前等，厨师做完你的汉堡，你才能走。后面的人都在排队等。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;有消息队列&lt;/strong&gt;：你点完餐，拿了号码牌，找个位置坐下玩手机。厨师做完你的汉堡，叫你的号，你来取。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;消息队列&lt;/strong&gt;就是这个&amp;quot;号码牌系统&amp;quot;！它让&lt;strong&gt;发送方&lt;/strong&gt;和&lt;strong&gt;接收方&lt;/strong&gt;不用一直互相等待，可以异步处理。&lt;/p&gt;</description></item></channel></rss>