概要
This skill streamlines database performance tuning by helping developers design, implement, and verify hypothetical indexes in PostgreSQL environments. By leveraging the HypoPG extension, it generates copy-and-pasteable Ruby snippets for ActiveRecord that allow you to test index impact via EXPLAIN plans without the overhead of building physical indexes on disk. This is particularly useful for optimizing query performance in production-like environments where creating large indexes could be resource-intensive or risky.