5
TODO Fujii Masao (@fujii_masao)

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

Embed Size (px)

DESCRIPTION

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

Citation preview

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

TODO

Fujii Masao (@fujii_masao)

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

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

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

Replication & Recovery

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

Allow multiple synchronous standbys

Parallel recovery

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

Security & Audit

Per-table audit

Audit of replication commands

Non-superuser should not change log_disconnections

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

Client

Incremental backup in pg_basebackup

Allow pg_basebackup to back up large fle

Parallel pg_dump on standby

reindexdb --concurren