<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Postgresql on 我思故我在</title><link>https://example.org/tags/postgresql/</link><description>Recent content in Postgresql on 我思故我在</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>© 2026 博主</copyright><lastBuildDate>Sat, 15 Aug 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://example.org/tags/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>PostgreSQL 入门</title><link>https://example.org/db/postgresql-intro/</link><pubDate>Sat, 15 Aug 2026 10:00:00 +0800</pubDate><guid>https://example.org/db/postgresql-intro/</guid><description>&lt;h2 class="relative group"&gt;什么是 PostgreSQL&#10; &lt;div id="什么是-postgresql" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e4%bb%80%e4%b9%88%e6%98%af-postgresql" aria-label="锚点"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;PostgreSQL 是一款功能强大的开源关系型数据库，以&lt;strong&gt;可靠性&lt;/strong&gt;和&lt;strong&gt;扩展性&lt;/strong&gt;著称，支持丰富的数据类型、全文检索、JSON 与地理信息处理。&lt;/p&gt;</description></item><item><title>PostgreSQL 索引优化实战</title><link>https://example.org/db/postgresql-index-tuning/</link><pubDate>Thu, 13 Aug 2026 09:00:00 +0800</pubDate><guid>https://example.org/db/postgresql-index-tuning/</guid><description>&lt;h2 class="relative group"&gt;索引为什么重要&#10; &lt;div id="索引为什么重要" class="anchor"&gt;&lt;/div&gt;&#10; &#10; &lt;span&#10; class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;&#10; &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e7%b4%a2%e5%bc%95%e4%b8%ba%e4%bb%80%e4%b9%88%e9%87%8d%e8%a6%81" aria-label="锚点"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;没有索引的表扫描是 O(n) 的，数据量上来后查询会急剧变慢。合理的索引能把查询降到 O(log n)。&lt;/p&gt;</description></item></channel></rss>