supabase-postgres-best-practices

仓库创建 2025年6月14日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

覆盖多类高影响规则,适合 SQL 优化与 schema 设计参考。

这个 Skill 做什么

Supabase 提供的 Postgres 性能与最佳实践指南。

一套由 Supabase 汇总的 Postgres 性能优化与最佳实践指南,覆盖查询、索引、schema 设计和数据库配置等面向性能的规则。写 SQL、设计表结构或排查慢查询、优化性能时用。特点是按影响力优先排序,方便把精力投在最能提速的点上。

▸ 展开 SKILL.md 英文原文

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

数据与抓取Postgres性能优化索引通用
313
Stars
56
Forks
20
仓库内 Skill
+5
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/supabase-postgres-best-practices/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/main/.claude/skills/supabase-postgres-best-practices/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Supabase Postgres Best Practices

Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.

## When to Apply

Reference these guidelines when:
- Writing SQL queries or designing schemas
- Implementing indexes or query optimization
- Reviewing database performance issues
- Configuring connection pooling or scaling
- Optimizing for Postgres-specific features
- Working with Row-Level Security (RLS)

## Rule Categories by Priority

| Priority | Category | Impact | Prefix |
|----------|----------|--------|--------|
| 1 | Query Performance | CRITICAL | `que
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有