<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Indexing on Joe Bylund</title><link>http://jbylund.github.io/tags/indexing/</link><description>Recent content in Indexing on Joe Bylund</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Joe Bylund</copyright><lastBuildDate>Tue, 11 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://jbylund.github.io/tags/indexing/index.xml" rel="self" type="application/rss+xml"/><item><title>22 Indexes on One Table: How Card Search Uses Every Index Type PostgreSQL Has</title><link>http://jbylund.github.io/posts/00224_postgres-index-strategies/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate><guid>http://jbylund.github.io/posts/00224_postgres-index-strategies/</guid><description>The magic.cards table carries indexes of every type PostgreSQL offers. A tour of trigram GIN for substring search, GIN for JSONB containment, B-tree for numerics, hash for exact-match fields, and an expression index that unlocks a color identity query that otherwise requires a full table scan.</description></item></channel></rss>