<?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 My New Hugo Project</title><link>https://example.org/en/tags/postgresql/</link><description>Recent content in Postgresql on My New Hugo Project</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Blog Author</copyright><lastBuildDate>Sat, 15 Aug 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://example.org/en/tags/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with PostgreSQL</title><link>https://example.org/en/db/postgresql-intro/</link><pubDate>Sat, 15 Aug 2026 10:00:00 +0800</pubDate><guid>https://example.org/en/db/postgresql-intro/</guid><description>&lt;h2 class="relative group"&gt;What is PostgreSQL&#10; &lt;div id="what-is-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="#what-is-postgresql" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;PostgreSQL is a powerful open-source relational database known for its &lt;strong&gt;reliability&lt;/strong&gt; and &lt;strong&gt;extensibility&lt;/strong&gt;, supporting rich data types, full-text search, JSON, and geospatial processing.&lt;/p&gt;</description></item><item><title>PostgreSQL Index Tuning in Practice</title><link>https://example.org/en/db/postgresql-index-tuning/</link><pubDate>Thu, 13 Aug 2026 09:00:00 +0800</pubDate><guid>https://example.org/en/db/postgresql-index-tuning/</guid><description>&lt;h2 class="relative group"&gt;Why indexes matter&#10; &lt;div id="why-indexes-matter" 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="#why-indexes-matter" aria-label="Anchor"&gt;#&lt;/a&gt;&#10; &lt;/span&gt;&#10; &#10;&lt;/h2&gt;&#10;&lt;p&gt;Without an index, table scans are O(n) — queries degrade quickly as data grows. A good index brings lookups down to O(log n).&lt;/p&gt;</description></item></channel></rss>