01Anti-pattern detection scripts to find unindexed foreign keys, slow queries, and table bloat.
021 GitHub stars
03Performance tuning templates for connection limits, timeouts, and security defaults.
04Detailed indexing cheat sheet covering B-tree, GIN, BRIN, and composite index strategies.
05Best practice recommendations for PostgreSQL data types to optimize storage and performance.
06Advanced query patterns for UPSERT, cursor-based pagination, and efficient queue processing.