소개
This skill provides a comprehensive set of patterns and guidelines designed to enhance database efficiency and stability. It focuses on identifying and fixing common anti-patterns like N+1 queries and sequential independent requests, while offering practical templates for batch operations and indexing strategies. Ideal for developers working with Supabase or PostgreSQL, it ensures applications scale effectively by managing connection limits and reducing latency through parallelized queries and memory-based aggregation.