Skip to content

Commit aab40dd

Browse files
aapelivclaude
andcommitted
Enable zstd WAL compression in PostGIS config
Reduces WAL volume (and thus disk I/O and archive/replication traffic) by compressing full-page images with zstd. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 019c6e8 commit aab40dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/postgis/postgresql.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dynamic_shared_memory_type = posix
1818
wal_buffers = 64MB
1919
max_wal_size = 2GB
2020
min_wal_size = 80MB
21+
wal_compression = zstd
2122

2223
# Planner (SSD)
2324
random_page_cost = 1.1

0 commit comments

Comments
 (0)