Skip to content

Instantly share code, notes, and snippets.

@Deeds67
Deeds67 / README.md
Last active April 20, 2026 05:42
Gallery smart search diagnostic — phase 2 (auto_explain + cache stats)

Gallery smart search — phase 2 diagnostic

Captures the real query plan the server runs on your box, plus Postgres cache stats, so we can see why smart search is slow.

Run

# Download the scripts
git clone https://gist.github.com/Deeds67/75bb0e5b2c1443402454068adb0cd102.git gallery-search-diag
cd gallery-search-diag
@Deeds67
Deeds67 / gallery-search-diagnostic.sql
Created April 18, 2026 19:31
Gallery smart-search performance diagnostic — EXPLAIN ANALYZE on fork's OR-EXISTS vs upstream vs candidate UNION-CTE fix