소개
This skill provides specialized guidance for designing PostgreSQL databases, covering everything from 3NF normalization and indexing strategies to advanced features like Row-Level Security (RLS) and partitioning. It helps developers avoid common 'gotchas'—such as unindexed foreign keys or silent coercions—while ensuring the use of modern data types like BIGINT identity columns instead of legacy SERIAL types. Whether you are building time-series tables, JSONB-heavy document stores, or standard relational models, this skill ensures your database architecture is scalable, maintainable, and performant.