Skip to content

Database

数据库相关知识体系 —— 关系型、KV、时序等存储引擎的长期沉淀: 日常运维、内部机制、排障实践。

Sub Topics

  • PostgreSQL:日常运维与机制知识 —— 会话诊断、WAL 与 LSN、复制等
Backlinks (1)
flowchart LR
  n0["Database"]
  n1["PostgreSQL 活跃会话诊断(Active Sessions)"]
  n2["PostgreSQL 磁盘占用查看(Table Size / Datafile)"]
  n3["PostgreSQL"]
  n4["PostgreSQL 查看慢查询(Slow Query)"]
  n5["PostgreSQL WAL 与 LSN"]
  n6["Knowledge"]
  n7["Cloud"]
  n8["对象存储基本用法(Bucket / Object / 常用操作)"]
  n9["对象存储数据迁移(R2 → MinIO / 跨厂商搬迁)"]
  n10["Object Storage"]
  n11["挂载 Bucket 为本地文件系统(FUSE Mount)"]
  n12["对象存储签名 URL(Signed URL)原理与实战"]
  n13["对象存储供应商对比(S3 / R2 / OSS / Supabase / MinIO)"]
  n14["Infrastructure"]
  n0 --> n3
  n3 --> n1
  n3 --> n2
  n3 --> n4
  n3 --> n5
  n4 --> n1
  n6 --> n0
  n6 --> n14
  n7 --> n10
  n8 --> n9
  n8 --> n12
  n8 --> n13
  n9 --> n8
  n9 --> n11
  n9 --> n12
  n9 --> n13
  n10 --> n8
  n10 --> n9
  n10 --> n11
  n10 --> n12
  n10 --> n13
  n11 --> n8
  n11 --> n12
  n11 --> n13
  n13 --> n8
  n13 --> n9
  n13 --> n12
  n14 --> n7
  click n0 "./" "Database"
  click n1 "postgresql/active-sessions/" "PostgreSQL 活跃会话诊断(Active Sessions)"
  click n2 "postgresql/disk-usage/" "PostgreSQL 磁盘占用查看(Table Size / Datafile)"
  click n3 "postgresql/" "PostgreSQL"
  click n4 "postgresql/slow-queries/" "PostgreSQL 查看慢查询(Slow Query)"
  click n5 "postgresql/wal-lsn/" "PostgreSQL WAL 与 LSN"
  click n6 "../" "Knowledge"
  click n7 "../infrastructure/cloud/" "Cloud"
  click n8 "../infrastructure/cloud/object-storage/basic-usage/" "对象存储基本用法(Bucket / Object / 常用操作)"
  click n9 "../infrastructure/cloud/object-storage/data-migration/" "对象存储数据迁移(R2 → MinIO / 跨厂商搬迁)"
  click n10 "../infrastructure/cloud/object-storage/" "Object Storage"
  click n11 "../infrastructure/cloud/object-storage/mount-bucket/" "挂载 Bucket 为本地文件系统(FUSE Mount)"
  click n12 "../infrastructure/cloud/object-storage/signed-url/" "对象存储签名 URL(Signed URL)原理与实战"
  click n13 "../infrastructure/cloud/object-storage/vendors-comparison/" "对象存储供应商对比(S3 / R2 / OSS / Supabase / MinIO)"
  click n14 "../infrastructure/" "Infrastructure"
Links (1)