誰か私のTODOを解決してください

Preview:

DESCRIPTION

Talked at #pgunconf https://atnd.org/events/54447

Citation preview

TODO

Fujii Masao (@fujii_masao)

https://github.com/MasaoFujii/postgresql/wiki/TODO

Replication & Recovery

Reduce the number of WAL fush in standby Merge recovery.conf into postgresql.conf

Allow multiple synchronous standbys

Parallel recovery

Security & Audit

Per-table audit

Audit of replication commands

Non-superuser should not change log_disconnections

Client

Incremental backup in pg_basebackup

Allow pg_basebackup to back up large fle

Parallel pg_dump on standby

reindexdb --concurren

Recommended