Files
nexus/wiki/entities/PostgreSQL.md
2026-05-03 05:42:12 +08:00

1.0 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
PostgreSQL entity
database
postgresql
rdbms
open-source
backend
2026-05-01

PostgreSQL

Overview

PostgreSQL 是一个功能强大的开源关系型数据库管理系统RDBMS以扩展性、标准兼容性和高级特性著称是 The Agency 工程 Agent 的首选数据库。

Key Features Relevant to Agency Agents

  • EXPLAIN ANALYZE:查询计划分析
  • B-tree / GiST / GIN / 部分索引 / 复合索引:多种索引策略
  • CONCURRENTLY:创建索引不锁表(零停机生产变更)
  • json_agg / json_build_objectJSON 聚合函数,支持嵌套查询
  • BIGSERIAL64位自增主键类型
  • pg_stat_statements:慢查询监控扩展

Aliases

  • Postgres
  • PG

Source

Connections