PostgreSQL 开发最佳实践-- hash value -> idx • update tbl set c1=xx; -- 更新非常频繁 • HOT , fillfactor • 全球化、字符集的选择 • 线性相关、范围查询,索引AM的选择。 • 数据类型的选择。 • big table 问题(备份、恢复、创建索引、索引深度),分区 2016Postgres中国用户大会 目录 •0 码力 | 16 页 | 381.36 KB | 1 年前3
PostgreSQL WAL日志解析与应用2016Postgres中国用户大会 Postgres Conference China 2016 中国用户大会 Logminter • 利用多版本特性,尽可能恢复数据。 • 打开pg_log,查找误操作信息,进行还原。 • 利用pg_xlogdump查看wal日志信息,确定时 间点,然后恢复。 2016Postgres中国用户大会 Postgres Conference China0 码力 | 16 页 | 705.31 KB | 1 年前3
共 2 条
- 1













