postgres

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

PlanetScale Postgres

PlanetScale Postgres

Generic Postgres

通用Postgres相关

TopicReferenceUse for
Schema Designreferences/schema-design.mdTables, primary keys, data types, foreign keys
Indexingreferences/indexing.mdIndex types, composite indexes, performance
Index Optimizationreferences/index-optimization.mdUnused/duplicate index queries, index audit
Partitioningreferences/partitioning.mdLarge tables, time-series, data retention
Query Patternsreferences/query-patterns.mdSQL anti-patterns, JOINs, pagination, batch queries
Optimization Checklistreferences/optimization-checklist.mdPre-optimization audit, cleanup, readiness checks
MVCC and VACUUMreferences/mvcc-vacuum.mdDead tuples, long transactions, xid wraparound prevention
主题参考链接适用场景
Schema设计references/schema-design.md表、主键、数据类型、外键
索引优化references/indexing.md索引类型、复合索引、性能优化
索引调优references/index-optimization.md未使用/重复索引查询、索引审计
分区references/partitioning.md大表、时间序列数据、数据留存
查询模式references/query-patterns.mdSQL反模式、JOIN操作、分页、批量查询
优化检查清单references/optimization-checklist.md预优化审计、清理、就绪检查
MVCC与VACUUMreferences/mvcc-vacuum.md死元组、长事务、xid回卷预防

Operations and Architecture

运维与架构

TopicReferenceUse for
Process Architecturereferences/process-architecture.mdMulti-process model, connection pooling, auxiliary processes
Memory Architecturereferences/memory-management-ops.mdShared/private memory layout, OS page cache, OOM prevention
MVCC Transactionsreferences/mvcc-transactions.mdIsolation levels, XID wraparound, serialization errors
WAL and Checkpointsreferences/wal-operations.mdWAL internals, checkpoint tuning, durability, crash recovery
Replicationreferences/replication.mdStreaming replication, slots, sync commit, failover
Storage Layoutreferences/storage-layout.mdPGDATA structure, TOAST, fillfactor, tablespaces, disk mgmt
Monitoringreferences/monitoring.mdpg_stat views, logging, pg_stat_statements, host metrics
Backup and Recoveryreferences/backup-recovery.mdpg_dump, pg_basebackup, PITR, WAL archiving, backup tools
主题参考链接适用场景
进程架构references/process-architecture.md多进程模型、连接池、辅助进程
内存架构references/memory-management-ops.md共享/私有内存布局、OS页缓存、OOM预防
MVCC事务references/mvcc-transactions.md隔离级别、XID回卷、序列化错误
WAL与检查点references/wal-operations.mdWAL内部机制、检查点调优、持久性、崩溃恢复
复制references/replication.md流复制、复制槽、同步提交、故障转移
存储布局references/storage-layout.mdPGDATA结构、TOAST、fillfactor、表空间、磁盘管理
监控references/monitoring.mdpg_stat视图、日志、pg_stat_statements、主机指标
备份与恢复references/backup-recovery.mdpg_dump、pg_basebackup、PITR、WAL归档、备份工具

PlanetScale-Specific

PlanetScale专属内容

TopicReferenceUse for
Connection Poolingreferences/ps-connection-pooling.mdPgBouncer, pool sizing, pooled vs direct
Extensionsreferences/ps-extensions.mdSupported extensions, compatibility
Connectionsreferences/ps-connections.mdConnection troubleshooting, drivers, SSL
Insightsreferences/ps-insights.mdSlow queries, MCP server, pscale CLI
CLI Commandsreferences/ps-cli-commands.mdpscale CLI reference, branches, deploy requests, auth
CLI API Insightsreferences/ps-cli-api-insights.mdQuery insights via
pscale api
, schema analysis
主题参考链接适用场景
连接池references/ps-connection-pooling.mdPgBouncer、池大小配置、池化连接vs直连
扩展references/ps-extensions.md支持的扩展、兼容性
连接管理references/ps-connections.md连接故障排查、驱动、SSL
性能分析references/ps-insights.md慢查询、MCP服务器、pscale CLI
CLI命令references/ps-cli-commands.mdpscale CLI参考、分支、部署请求、认证
CLI API分析references/ps-cli-api-insights.md通过
pscale api
查询分析、Schema分析