timescale / timescaledb-docker

Release Docker builds of TimescaleDB
Apache License 2.0
290 stars 128 forks source link

Add support for wal-disk-size parameter in 001_timescaledb_tune.sh #270

Closed bastian-vogl closed 1 day ago

bastian-vogl commented 1 week ago

Currently, the 001_timescaledb_tune.sh script does not support passing the wal-disk-size parameter to timescaledb-tune. This parameter is essential for tuning the write-ahead log (WAL) settings based on the disk size allocated for WAL.

Adding this feature will allow users to optimize their PostgreSQL configuration more precisely, improving performance for workloads with specific WAL disk size requirements.