Optimizes PostgreSQL databases with best-practice schema designs, indexing strategies, and performance tuning patterns.
This skill provides Claude with a comprehensive reference for high-performance PostgreSQL development, drawing on production-tested practices from the Supabase ecosystem. It enables the AI to implement advanced indexing techniques (like GIN and BRIN), design secure Row Level Security (RLS) policies, and apply efficient query patterns such as cursor pagination and 'skip locked' job queues. Whether you are building a new schema or troubleshooting slow-running queries, this skill ensures your database is scalable, secure, and optimized for high-concurrency production workloads.
主な機能
01Advanced Indexing Reference (B-tree, GIN, BRIN, Partial, and Covering indices)