Skip to content

Commit a568f16

Browse files
authored
Merge pull request #9111 from Couchers-org/devops/feature/postgres-wal-compression
Enable zstd WAL compression in PostGIS config
2 parents 019c6e8 + aab40dd commit a568f16

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)